new module:model/ProvisioningInformation()
- Source:
Constructs a new ProvisioningInformation
.
Members
(inner) defaultConnectionId :String
- Source:
Type:
- String
(inner) defaultPlanId :String
- Source:
Type:
- String
(inner) distributorCode :String
- Source:
The code that identifies the billing plan groups and plans for the new account.
Type:
- String
(inner) distributorPassword :String
- Source:
The password for the distributorCode.
Type:
- String
(inner) passwordRuleText :String
- Source:
Type:
- String
(inner) planPromotionText :String
- Source:
Type:
- String
(inner) purchaseOrderOrPromAllowed :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ProvisioningInformation}
- Source:
Constructs a ProvisioningInformation
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/ProvisioningInformation | Optional instance to populate. |
Returns:
The populated ProvisioningInformation
instance.