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