DocuSign v0.2.1 DocuSign.Model.EnvelopeDocument View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.EnvelopeDocument{
attachmentTabId: String.t(),
authoritativeCopy: String.t(),
availableDocumentTypes: [SignatureType],
containsPdfFormFields: String.t(),
display: String.t(),
documentFields: [NameValue],
documentGroup: String.t(),
documentId: String.t(),
errorDetails: ErrorDetails,
includeInDownload: String.t(),
name: String.t(),
order: String.t(),
pages: String.t(),
signerMustAcknowledge: String.t(),
type: String.t(),
uri: String.t()
}
t() :: %DocuSign.Model.EnvelopeDocument{ attachmentTabId: String.t(), authoritativeCopy: String.t(), availableDocumentTypes: [SignatureType], containsPdfFormFields: String.t(), display: String.t(), documentFields: [NameValue], documentGroup: String.t(), documentId: String.t(), errorDetails: ErrorDetails, includeInDownload: String.t(), name: String.t(), order: String.t(), pages: String.t(), signerMustAcknowledge: String.t(), type: String.t(), uri: String.t() }