DocuSign v0.2.1 DocuSign.Model.BillingPlanPreview View Source

Contains information about a preview billing plan.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.BillingPlanPreview{
  currencyCode: String.t(),
  invoice: Invoices,
  isProrated: String.t(),
  subtotalAmount: String.t(),
  taxAmount: String.t(),
  totalAmount: String.t()
}