View Source DocuSign.Model.PowerForms (DocuSign v1.1.0)
The PowerForms resource enables you to create fillable forms that you can email or make available for self service on the web.
Link to this section Summary
Link to this section Types
@type t() :: %DocuSign.Model.PowerForms{ createdBy: String.t() | nil, createdDateTime: String.t() | nil, emailBody: String.t() | nil, emailSubject: String.t() | nil, envelopes: [DocuSign.Model.Envelope.t()] | nil, errorDetails: DocuSign.Model.ErrorDetails.t() | nil, instructions: String.t() | nil, isActive: String.t() | nil, lastUsed: String.t() | nil, limitUseInterval: String.t() | nil, limitUseIntervalEnabled: String.t() | nil, limitUseIntervalUnits: String.t() | nil, maxUseEnabled: String.t() | nil, name: String.t() | nil, powerFormId: String.t() | nil, powerFormUrl: String.t() | nil, recipients: [DocuSign.Model.PowerFormRecipient.t()] | nil, senderName: String.t() | nil, senderUserId: String.t() | nil, signingMode: String.t() | nil, templateId: String.t() | nil, templateName: String.t() | nil, timesUsed: String.t() | nil, uri: String.t() | nil, usesRemaining: String.t() | nil }