The paymentinvoiceline object representation and fields are described below.
paymentinvoiceline was introduced in API version V1
paymentinvoiceline has not been marked for deprecation
Payment invoice line item
| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the line item | |
| lineNumber | Signed int32 | The line number (for sorting line items) | |
| itemCode | String literal | Item code e.g. SKU or other coding for stock items | Maximum length: 256. |
| description | String literal | The line item descriptive string | Maximum length: 4096. |
| price | A monetary value expressed with decimal (dependent upon the currency) without the currency symbol e.g. 9.99 | The price for the line item | |
| quantity | Double precision floating point real number | The quantity of the line items | |
| unitPrice | Double precision floating point real number | The unit amount price | |
| discountRate | Double precision floating point real number | The discount rate applied to the line item | |
| discountPrice | A monetary value expressed with decimal (dependent upon the currency) without the currency symbol e.g. 9.99 | The total amount of discount on the price | |
| taxability | A string representation of a enumeration name restricted to the documented values | The taxability of the line item | Allowed values:
|
| taxName | String literal | The tax name applied to the line item | |
| tax | A monetary value expressed with decimal (dependent upon the currency) without the currency symbol e.g. 9.99 | Tax applied to the line item | |