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