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