InvoiceLine
Represents individual line items on an invoice, capturing GL account allocations, account labels, transaction amounts, and payment information.
Columns
| Name | Type | ReadOnly | Description |
| accountLabel_Href | String | True |
The URL of the account label associated with this invoice line. |
| accountLabel_Id | String | False |
The Id of the account label associated with this invoice line. |
| accountLabel_Key | String | False |
The system-assigned key of the account label associated with this invoice line. |
| accountLabel_Name | String | True |
The name of the account label associated with this invoice line. |
| auditCreatedBy | String | True |
The user who created the invoice line. |
| auditCreatedDateTime | Datetime | True |
The date and time when the invoice line was created. |
| auditModifiedBy | String | True |
The user who last modified the invoice line. |
| auditModifiedDateTime | Datetime | True |
The date and time when the invoice line was last modified. |
| baseAmount | Decimal | True |
The amount of the invoice line in the base currency. |
| createdDate | Date | True |
The date on which the invoice line was created. |
| currencyBaseCurrency | String | True |
The base currency code for this invoice line. |
| currencyTxnCurrency | String | True |
The transaction currency code for this invoice line. |
| glAccount_Href | String | True |
The URL of the GL account associated with this invoice line. |
| glAccount_Id | String | False |
The Id of the GL account associated with this invoice line. |
| glAccount_Key | String | False |
The system-assigned key of the GL account associated with this invoice line. |
| glAccount_Name | String | True |
The name of the GL account associated with this invoice line. |
| id | String | True |
The unique identifier of the invoice line record. |
| invoice_Href | String | True |
The URL of the invoice associated with this line. |
| invoice_Id | String | True |
The Id of the invoice associated with this line. |
| invoice_Key | String | False |
The system-assigned key of the invoice associated with this line. |
| isSubtotal | String | True |
Indicates whether this line represents a subtotal row on the invoice. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the invoice line record. |
| lineNumber | Decimal | True |
The sequential line number of this invoice line. |
| memo | String | False |
The memo or note associated with this invoice line. |
| overrideOffsetGLAccount_Href | String | True |
The URL of the override offset GL account for this invoice line. |
| overrideOffsetGLAccount_Id | String | False |
The Id of the override offset GL account for this invoice line. |
| overrideOffsetGLAccount_Key | String | False |
The system-assigned key of the override offset GL account for this invoice line. |
| overrideOffsetGLAccount_Name | String | True |
The name of the override offset GL account for this invoice line. |
| paymentInformationTotalBaseAmountPaid | Decimal | True |
The total amount paid toward this invoice line in the base currency. |
| paymentInformationTotalBaseAmountSelectedForPayment | Decimal | True |
The total base currency amount selected for payment on this invoice line. |
| paymentInformationTotalTxnAmountPaid | Decimal | True |
The total amount paid toward this invoice line in the transaction currency. |
| paymentInformationTotalTxnAmountSelectedForPayment | Decimal | True |
The total transaction currency amount selected for payment on this invoice line. |
| txnAmount | Decimal | False |
The amount of the invoice line in the transaction currency. |
| ListAggregate_TaxEntries | String | False |
The aggregate list of tax entries associated with this invoice line. |