Description
The InvoiceItem class holds the base data for each line item on a invoice.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
description |
string |
0..1 |
The invoice line description |
invoiceItemTaxAmt |
double |
1..1 |
The amount of tax associated with the invoice line |
invoiceItemTotalExc |
double |
1..1 |
The value associated with the invoice line (excluding tax) |
invoiceItemTotalInc |
double |
1..1 |
The invoice line total (including tax) |
invoiceUUID |
string |
0..1 |
The UUID of the invoice |
quantity |
long |
1..1 |
The quantity associated with the invoice item |
taxRate |
double |
1..1 |
The tax rate |
unitPrice |
double |
1..1 |
The unit price associated with the invoice item |