DocuSign v0.1.2 DocuSign.Model.BulkRecipient View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.BulkRecipient{
  accessCode: String.t(),
  email: String.t(),
  errorDetails: [ErrorDetails],
  identification: String.t(),
  name: String.t(),
  note: String.t(),
  phoneNumber: String.t(),
  recipientSignatureProviderInfo: [BulkRecipientSignatureProvider],
  rowNumber: String.t(),
  tabLabels: [BulkRecipientTabLabel]
}