Uses of Class
com.docusign.esign.model.CurrencyPlanPrice
-
Packages that use CurrencyPlanPrice Package Description com.docusign.esign.model -
-
Uses of CurrencyPlanPrice in com.docusign.esign.model
Methods in com.docusign.esign.model that return CurrencyPlanPrice Modifier and Type Method Description CurrencyPlanPriceCurrencyPlanPrice. currencyCode(String currencyCode)currencyCode.CurrencyPlanPriceCurrencyPlanPrice. currencySymbol(String currencySymbol)currencySymbol.CurrencyPlanPriceCurrencyPlanPrice. perSeatPrice(String perSeatPrice)perSeatPrice.CurrencyPlanPriceCurrencyPlanPrice. supportedCardTypes(CreditCardTypes supportedCardTypes)supportedCardTypes.CurrencyPlanPriceCurrencyPlanPrice. supportIncidentFee(String supportIncidentFee)supportIncidentFee.CurrencyPlanPriceCurrencyPlanPrice. supportPlanFee(String supportPlanFee)supportPlanFee.Methods in com.docusign.esign.model that return types with arguments of type CurrencyPlanPrice Modifier and Type Method Description List<CurrencyPlanPrice>BillingPlan. getCurrencyPlanPrices()Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, and seatFee that are configured for this plan feature set..Methods in com.docusign.esign.model with parameters of type CurrencyPlanPrice Modifier and Type Method Description BillingPlanBillingPlan. addCurrencyPlanPricesItem(CurrencyPlanPrice currencyPlanPricesItem)addCurrencyPlanPricesItem.Method parameters in com.docusign.esign.model with type arguments of type CurrencyPlanPrice Modifier and Type Method Description BillingPlanBillingPlan. currencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices)currencyPlanPrices.voidBillingPlan. setCurrencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices)setCurrencyPlanPrices.
-