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

Information used to provide a preview of a billing plan.

Summary

Types

@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
}