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