new module:model/BillingPlansResponse()
- Source:
Constructs a new BillingPlansResponse
.
Defines a billing plans response object.
Members
(inner) billingPlans :Array.<module:model/BillingPlan>
- Source:
Reserved: TBD
Type:
- Array.<module:model/BillingPlan>
Methods
(static) constructFromObject(data, obj) → {module:model/BillingPlansResponse}
- Source:
Constructs a BillingPlansResponse
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/BillingPlansResponse | Optional instance to populate. |
Returns:
The populated BillingPlansResponse
instance.