View Source DocuSign.Model.BillingPlanPreview (DocuSign v1.4.0)

Information used to provide a preview of a billing plan.

Summary

Types

t()

@type t() :: %DocuSign.Model.BillingPlanPreview{
  currencyCode: String.t() | nil,
  invoice: DocuSign.Model.BillingInvoice.t() | nil,
  isProrated: String.t() | nil,
  subtotalAmount: String.t() | nil,
  taxAmount: String.t() | nil,
  totalAmount: String.t() | nil
}

Functions

decode(value)