OtherReceiptLine
Represents individual line items on an other receipt, capturing GL account allocations, AR account labels, payment amounts, and currency details.
Columns
| Name | Type | Description |
| amount | Decimal | The amount for this other receipt line in the base currency. |
| arAccountLabel_Href | String | The URL of the AR account label associated with this other receipt line. |
| arAccountLabel_Id | String | The Id of the AR account label associated with this other receipt line. |
| arAccountLabel_Key | String | The system-assigned key of the AR account label associated with this other receipt line. |
| auditCreatedBy | String | The user who created the other receipt line. |
| auditCreatedDateTime | Datetime | The date and time when the other receipt line was created. |
| auditModifiedBy | String | The user who last modified the other receipt line. |
| auditModifiedDateTime | Datetime | The date and time when the other receipt line was last modified. |
| baseCurrency | String | The base currency of this other receipt line. |
| currency | String | The currency used for this other receipt line. |
| description | String | The description of this other receipt line. |
| exchangeRateDate | Date | The date used to determine the exchange rate for this other receipt line. |
| exchangeRateRate | Decimal | The exchange rate used to convert the transaction currency to the base currency for this other receipt line. |
| exchangeRateTypeId | String | The Id of the exchange rate type used for currency conversion on this other receipt line. |
| glAccount_Href | String | The URL of the GL account associated with this other receipt line. |
| glAccount_Id | String | The Id of the GL account associated with this other receipt line. |
| glAccount_Key | String | The system-assigned key of the GL account associated with this other receipt line. |
| href | String | The URL of the other receipt line resource. |
| id | String | The unique identifier of the other receipt line record. |
| isTax | Bool | Indicates whether this other receipt line represents a tax amount. |
| key [KEY] | String | The system-assigned key that uniquely identifies the other receipt line record. |
| lineNumber | Int | The sequential line number of this other receipt line. |
| otherReceipts_Href | String | The URL of the other receipt associated with this line. |
| otherReceipts_Id | String | The Id of the other receipt associated with this line. |
| otherReceipts_Key | String | The system-assigned key of the other receipt associated with this line. |
| otherReceipts_RecordType | String | The record type of the other receipt associated with this line. |
| status | String | The current status of the other receipt line, such as active or inactive. |
| ListAggregate_TaxEntries | String | The aggregate list of tax entries associated with this other receipt line. |