| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
CurrencyPlanPrice |
CurrencyPlanPrice.currencyCode(String currencyCode) |
CurrencyPlanPrice |
CurrencyPlanPrice.currencySymbol(String currencySymbol) |
CurrencyPlanPrice |
CurrencyPlanPrice.perSeatPrice(String perSeatPrice) |
CurrencyPlanPrice |
CurrencyPlanPrice.supportedCardTypes(CreditCardTypes supportedCardTypes) |
CurrencyPlanPrice |
CurrencyPlanPrice.supportIncidentFee(String supportIncidentFee) |
CurrencyPlanPrice |
CurrencyPlanPrice.supportPlanFee(String supportPlanFee) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BillingPlan |
BillingPlan.addCurrencyPlanPricesItem(CurrencyPlanPrice currencyPlanPricesItem) |
| Modifier and Type | Method and Description |
|---|---|
BillingPlan |
BillingPlan.currencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices) |
void |
BillingPlan.setCurrencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices) |
Copyright © 2018. All rights reserved.