new module:model/CurrencyFeatureSetPrice()
- Source:
Constructs a new CurrencyFeatureSetPrice
.
Information about the price and currency associated with the feature set. Reserved for internal DocuSign use only.
Members
(inner) currencyCode :String
- Source:
Specifies the alternate ISO currency code for the account.
Type:
- String
(inner) currencySymbol :String
- Source:
Specifies the alternate currency symbol for the account.
Type:
- String
(inner) envelopeFee :String
- Source:
An incremental envelope cost for plans with envelope overages (when isEnabled
is set to true.)
Type:
- String
(inner) fixedFee :String
- Source:
Specifies a one-time fee associated with the plan (when isEnabled
is set to true.)
Type:
- String
(inner) seatFee :String
- Source:
Specifies an incremental seat cost for seat-based plans (when isEnabled
is set to true.)
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/CurrencyFeatureSetPrice}
- Source:
Constructs a CurrencyFeatureSetPrice
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/CurrencyFeatureSetPrice | Optional instance to populate. |
Returns:
The populated CurrencyFeatureSetPrice
instance.