DocuSign v0.1.2 DocuSign.Model.NotaryHost View Source
This object is used only when `inPersonSigningType` in the `inPersonSigner` object is `notary`. It describes information about the notary host. The following information is required when using the eNotary in-person signing flow: `name`: Specifies the notary's full legal name. `email`: Specifies the notary's email address. * `recipientId`: A unique ID number for the notary signing host.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %DocuSign.Model.NotaryHost{ documentVisibility: [DocumentVisibility], deliveryMethod: String.t(), embeddedRecipientStartURL: String.t(), faxNumber: String.t(), templateRequired: String.t(), errorDetails: ErrorDetails, inheritEmailNotificationConfiguration: String.t(), signedDateTime: String.t(), note: String.t(), recipientAuthenticationStatus: AuthenticationStatus, email: String.t(), socialAuthentications: [SocialAuthentication], name: String.t(), userId: String.t(), declinedReason: String.t(), recipientId: String.t(), roleName: String.t(), clientUserId: String.t(), phoneAuthentication: RecipientPhoneAuthentication, idCheckConfigurationName: String.t(), declinedDateTime: String.t(), routingOrder: String.t(), sentDateTime: String.t(), addAccessCodeToEmail: String.t(), emailNotification: RecipientEmailNotification, tabs: EnvelopeRecipientTabs, totalTabCount: String.t(), status: String.t(), smsAuthentication: RecipientSmsAuthentication, deliveredDateTime: String.t(), templateLocked: String.t(), recipientAttachments: [RecipientAttachment], accessCode: String.t(), requireIdLookup: String.t(), samlAuthentication: RecipientSamlAuthentication, customFields: [String.t()], recipientIdGuid: String.t(), idCheckInformationInput: IdCheckInformationInput, hostRecipientId: String.t() }