new module:model/BillingPaymentsResponse()
- Source:
Constructs a new BillingPaymentsResponse
.
Defines a billing payments response object.
Members
(inner) billingPayments :Array.<module:model/BillingPaymentItem>
- Source:
Reserved: TBD
Type:
- Array.<module:model/BillingPaymentItem>
(inner) nextUri :String
- Source:
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.
Type:
- String
(inner) previousUri :String
- Source:
The postal code for the billing address.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BillingPaymentsResponse}
- Source:
Constructs a BillingPaymentsResponse
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/BillingPaymentsResponse | Optional instance to populate. |
Returns:
The populated BillingPaymentsResponse
instance.