new module:model/BillingInvoiceItem()
- Source:
Constructs a new BillingInvoiceItem
.
Contains information about an item on a billing invoice.
Members
(inner) chargeAmount :String
- Source:
Reserved: TBD
Type:
- String
(inner) chargeName :String
- Source:
Reserved: TBD
Type:
- String
(inner) invoiceItemId :String
- Source:
Reserved: TBD
Type:
- String
(inner) quantity :String
- Source:
Type:
- String
(inner) taxAmount :String
- Source:
Type:
- String
(inner) taxExemptAmount :String
- Source:
Type:
- String
(inner) unitPrice :String
- Source:
Reserved: TBD
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BillingInvoiceItem}
- Source:
Constructs a BillingInvoiceItem
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/BillingInvoiceItem | Optional instance to populate. |
Returns:
The populated BillingInvoiceItem
instance.