DocuSign.Model.CurrencyPlanPrice (DocuSign v2.2.1)

View Source

Summary

Types

t()

@type t() :: %DocuSign.Model.CurrencyPlanPrice{
  currencyCode: String.t() | nil,
  currencySymbol: String.t() | nil,
  perSeatPrice: String.t() | nil,
  supportIncidentFee: String.t() | nil,
  supportPlanFee: String.t() | nil,
  supportedCardTypes: DocuSign.Model.CreditCardTypes.t() | nil
}

Functions

decode(value)