Uses of Class
com.docusign.esign.model.CurrencyFeatureSetPrice
-
Packages that use CurrencyFeatureSetPrice Package Description com.docusign.esign.model -
-
Uses of CurrencyFeatureSetPrice in com.docusign.esign.model
Methods in com.docusign.esign.model that return CurrencyFeatureSetPrice Modifier and Type Method Description CurrencyFeatureSetPriceCurrencyFeatureSetPrice. currencyCode(String currencyCode)currencyCode.CurrencyFeatureSetPriceCurrencyFeatureSetPrice. currencySymbol(String currencySymbol)currencySymbol.CurrencyFeatureSetPriceCurrencyFeatureSetPrice. envelopeFee(String envelopeFee)envelopeFee.CurrencyFeatureSetPriceCurrencyFeatureSetPrice. fixedFee(String fixedFee)fixedFee.CurrencyFeatureSetPriceCurrencyFeatureSetPrice. seatFee(String seatFee)seatFee.Methods in com.docusign.esign.model that return types with arguments of type CurrencyFeatureSetPrice Modifier and Type Method Description List<CurrencyFeatureSetPrice>FeatureSet. getCurrencyFeatureSetPrices()A complex type that contains alternate currency values that are configured for this plan feature set..Methods in com.docusign.esign.model with parameters of type CurrencyFeatureSetPrice Modifier and Type Method Description FeatureSetFeatureSet. addCurrencyFeatureSetPricesItem(CurrencyFeatureSetPrice currencyFeatureSetPricesItem)addCurrencyFeatureSetPricesItem.Method parameters in com.docusign.esign.model with type arguments of type CurrencyFeatureSetPrice Modifier and Type Method Description FeatureSetFeatureSet. currencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)currencyFeatureSetPrices.voidFeatureSet. setCurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)setCurrencyFeatureSetPrices.
-