new module:model/BillingPaymentItem()
- Source:
Constructs a new BillingPaymentItem
.
Defines a billing payment request object.
Members
(inner) amount :String
- Source:
Reserved: TBD
Type:
- String
(inner) description :String
- Source:
Type:
- String
(inner) paymentDate :String
- Source:
Type:
- String
(inner) paymentId :String
- Source:
Type:
- String
(inner) paymentNumber :String
- Source:
When set to true, a PDF version of the invoice is available. To get the PDF, make the call again and change "Accept:" in the header to "Accept: application/pdf".
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BillingPaymentItem}
- Source:
Constructs a BillingPaymentItem
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/BillingPaymentItem | Optional instance to populate. |
Returns:
The populated BillingPaymentItem
instance.