DocuSign.Model.Document (DocuSign v0.4.2) View Source
A document object.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.Document{
applyAnchorTabs: String.t(),
authoritativeCopy: boolean(),
display: String.t(),
documentBase64: String.t(),
documentFields: [NameValue],
documentGroup: String.t(),
documentId: String.t(),
encryptedWithKeyManager: String.t(),
fileExtension: String.t(),
fileFormatHint: String.t(),
includeInDownload: String.t(),
matchBoxes: [MatchBox],
name: String.t(),
order: String.t(),
pages: String.t(),
password: String.t(),
remoteUrl: String.t(),
signerMustAcknowledge: String.t(),
templateLocked: String.t(),
templateRequired: String.t(),
transformPdfFields: String.t(),
uri: String.t()
}