new module:model/PlanInformation()
- Source:
Constructs a new PlanInformation
.
An object used to identify the features and attributes of the account being created.
Members
(inner) addOns :Array.<module:model/AddOn>
- Source:
Reserved:
Type:
- Array.<module:model/AddOn>
(inner) currencyCode :String
- Source:
Specifies the ISO currency code for the account.
Type:
- String
(inner) freeTrialDaysOverride :String
- Source:
Reserved for DocuSign use only.
Type:
- String
(inner) planFeatureSets :Array.<module:model/FeatureSet>
- Source:
A complex type that sets the feature sets for the account.
Type:
- Array.<module:model/FeatureSet>
(inner) planId :String
- Source:
The DocuSign Plan ID for the account.
Type:
- String
(inner) recipientDomains :Array.<module:model/RecipientDomain>
- Source:
Type:
- Array.<module:model/RecipientDomain>
Methods
(static) constructFromObject(data, obj) → {module:model/PlanInformation}
- Source:
Constructs a PlanInformation
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/PlanInformation | Optional instance to populate. |
Returns:
The populated PlanInformation
instance.