module:model/BillingPaymentResponse

module:model/BillingPaymentResponse

new module:model/BillingPaymentResponse()

Source:

Constructs a new BillingPaymentResponse.
Defines an billing payment response object.

Members

(inner) billingPayments :Array.<module:model/BillingPayment>

Source:

Reserved: TBD

Type:

Methods

(static) constructFromObject(data, obj) → {module:model/BillingPaymentResponse}

Source:

Constructs a BillingPaymentResponse 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/BillingPaymentResponse

Optional instance to populate.

Returns:

The populated BillingPaymentResponse instance.

Type
module:model/BillingPaymentResponse