new module:model/BillingPaymentRequest()
- Source:
Constructs a new BillingPaymentRequest
.
Members
(inner) paymentAmount :String
- Source:
The payment amount for the past due invoices. This value must match the pastDueBalance value retrieved using Get Past Due Invoices.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BillingPaymentRequest}
- Source:
Constructs a BillingPaymentRequest
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/BillingPaymentRequest | Optional instance to populate. |
Returns:
The populated BillingPaymentRequest
instance.