DocuSign v0.2.0 DocuSign.Model.BillingPlanUpdateResponse View Source

Defines a billing plan update response object.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.BillingPlanUpdateResponse{
  accountPaymentMethod: String.t(),
  billingPlanPreview: BillingPlanPreview,
  currencyCode: String.t(),
  includedSeats: String.t(),
  paymentCycle: String.t(),
  paymentMethod: String.t(),
  planId: String.t(),
  planName: String.t()
}