ManualDepositLine
Represents individual line items on a manual deposit, capturing GL account allocations, account labels, and payment amounts in base and transaction currencies.
Columns
| Name | Type | Description |
| accountLabel_Href | String | The URL of the account label associated with this manual deposit line. |
| accountLabel_Id | String | The Id of the account label associated with this manual deposit line. |
| accountLabel_Key | String | The system-assigned key of the account label associated with this manual deposit line. |
| auditCreatedBy | String | The user who created the manual deposit line. |
| auditCreatedDateTime | Datetime | The date and time when the manual deposit line was created. |
| auditModifiedBy | String | The user who last modified the manual deposit line. |
| auditModifiedDateTime | Datetime | The date and time when the manual deposit line was last modified. |
| currencyBaseCurrency | String | The base currency for this manual deposit line. |
| currencyTxnCurrency | String | The transaction currency for this manual deposit line. |
| glAccount_Href | String | The URL of the GL account associated with this manual deposit line. |
| glAccount_Id | String | The Id of the GL account associated with this manual deposit line. |
| glAccount_Key | String | The system-assigned key of the GL account associated with this manual deposit line. |
| href | String | The URL of the manual deposit line resource. |
| id | String | The unique identifier of the manual deposit line record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the manual deposit line record. |
| lineNumber | Decimal | The sequential line number of this entry within the manual deposit. |
| manualDeposit_Href | String | The URL of the manual deposit associated with this line. |
| manualDeposit_Id | String | The Id of the manual deposit associated with this line. |
| manualDeposit_Key | String | The system-assigned key of the manual deposit associated with this line. |
| memo | String | The memo or notes for this manual deposit line. |
| paymentInformationBaseAmount | Decimal | The payment amount for this line in the base currency. |
| paymentInformationTxnAmount | Decimal | The payment amount for this line in the transaction currency. |