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

Information about the price and currency associated with the feature set. Reserved for internal DocuSign use only.

Summary

Types

@type t() :: %DocuSign.Model.CurrencyFeatureSetPrice{
  currencyCode: String.t() | nil,
  currencySymbol: String.t() | nil,
  envelopeFee: String.t() | nil,
  fixedFee: String.t() | nil,
  seatFee: String.t() | nil
}