DocuSign v0.1.3 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{ phoneAuthentication: RecipientPhoneAuthentication, emailNotification: RecipientEmailNotification, faxNumber: String.t(), recipientId: String.t(), accessCode: String.t(), email: String.t(), samlAuthentication: RecipientSamlAuthentication, name: String.t(), idCheckInformationInput: IdCheckInformationInput, socialAuthentications: [SocialAuthentication], recipientIdGuid: String.t(), hostRecipientId: String.t(), declinedReason: String.t(), routingOrder: String.t(), signedDateTime: String.t(), sentDateTime: String.t(), embeddedRecipientStartURL: String.t(), documentVisibility: [DocumentVisibility], clientUserId: String.t(), tabs: EnvelopeRecipientTabs, deliveredDateTime: String.t(), requireIdLookup: String.t(), userId: String.t(), smsAuthentication: RecipientSmsAuthentication, declinedDateTime: String.t(), addAccessCodeToEmail: String.t(), deliveryMethod: String.t(), inheritEmailNotificationConfiguration: String.t(), recipientAttachments: [RecipientAttachment], status: String.t(), templateRequired: String.t(), idCheckConfigurationName: String.t(), customFields: [String.t()], totalTabCount: String.t(), roleName: String.t(), templateLocked: String.t(), recipientAuthenticationStatus: AuthenticationStatus, note: String.t(), errorDetails: ErrorDetails }