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

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

Summary

Types

t()

@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
}