module:model/BillingInvoicesResponse

module:model/BillingInvoicesResponse

new module:model/BillingInvoicesResponse()

Source:

Constructs a new BillingInvoicesResponse.
Defines a billing invoice response object.

Members

(inner) billingInvoices :Array.<module:model/BillingInvoice>

Source:

Reserved: TBD

Type:

(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/BillingInvoicesResponse}

Source:

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

Optional instance to populate.

Returns:

The populated BillingInvoicesResponse instance.

Type
module:model/BillingInvoicesResponse