DocuSign v0.1.2 DocuSign.Model.FeatureSet View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.FeatureSet{
  currencyFeatureSetPrices: [CurrencyFeatureSetPrice],
  envelopeFee: String.t(),
  featureSetId: String.t(),
  fixedFee: String.t(),
  is21CFRPart11: String.t(),
  isActive: String.t(),
  isEnabled: String.t(),
  name: String.t(),
  seatFee: String.t()
}