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