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

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

Link to this section Summary

Link to this section 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
}