DocuSign v0.1.2 DocuSign.Model.InPersonSigner View Source

An in-person recipient is a DocuSign user, acting as a Signing Host, who is in the same physical location as the signer. To learn about fields used for eNotary feature, see the [EnvelopeRecipients resource][enveloperecipientsInPerson]. [enveloperecipientsInPerson]: /esign/restapi/Envelopes/EnvelopeRecipients/#in-person-signers-recipient

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.InPersonSigner{
  canSignOffline: String.t(),
  documentVisibility: [DocumentVisibility],
  deliveryMethod: String.t(),
  embeddedRecipientStartURL: String.t(),
  recipientSuppliesTabs: String.t(),
  faxNumber: String.t(),
  templateRequired: String.t(),
  errorDetails: ErrorDetails,
  inheritEmailNotificationConfiguration: String.t(),
  signedDateTime: String.t(),
  note: String.t(),
  recipientAuthenticationStatus: AuthenticationStatus,
  email: String.t(),
  autoNavigation: String.t(),
  socialAuthentications: [SocialAuthentication],
  name: String.t(),
  hostEmail: String.t(),
  userId: String.t(),
  declinedReason: String.t(),
  signingGroupId: String.t(),
  requireSignerCertificate: String.t(),
  recipientId: String.t(),
  roleName: String.t(),
  signerName: String.t(),
  clientUserId: String.t(),
  defaultRecipient: String.t(),
  phoneAuthentication: RecipientPhoneAuthentication,
  idCheckConfigurationName: String.t(),
  declinedDateTime: String.t(),
  inPersonSigningType: String.t(),
  notaryHost: NotaryHost,
  routingOrder: String.t(),
  creationReason: String.t(),
  signInEachLocation: String.t(),
  sentDateTime: String.t(),
  signerEmail: String.t(),
  addAccessCodeToEmail: String.t(),
  emailNotification: RecipientEmailNotification,
  tabs: EnvelopeRecipientTabs,
  signatureInfo: RecipientSignatureInformation,
  signingGroupName: String.t(),
  totalTabCount: String.t(),
  excludedDocuments: [String.t()],
  signingGroupUsers: [UserInfo],
  recipientSignatureProviders: [RecipientSignatureProvider],
  status: String.t(),
  smsAuthentication: RecipientSmsAuthentication,
  deliveredDateTime: String.t(),
  requireSignOnPaper: String.t(),
  templateLocked: String.t(),
  hostName: String.t(),
  recipientAttachments: [RecipientAttachment],
  accessCode: String.t(),
  requireIdLookup: String.t(),
  samlAuthentication: RecipientSamlAuthentication,
  customFields: [String.t()],
  recipientIdGuid: String.t(),
  idCheckInformationInput: IdCheckInformationInput
}