FundsTransferLine
Represents individual line items on a funds transfer, capturing GL account allocations, transaction amounts, and currency conversion details.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the funds transfer line. |
| auditCreatedDateTime | Datetime | The date and time when the funds transfer line was created. |
| auditModifiedBy | String | The user who last modified the funds transfer line. |
| auditModifiedDateTime | Datetime | The date and time when the funds transfer line was last modified. |
| baseAmount | Decimal | The amount of the funds transfer line in the base currency. |
| currencyBaseCurrency | String | The base currency code for this funds transfer line. |
| currencyExchangeRate | Decimal | The exchange rate used to convert the transaction currency to the base currency. |
| currencyExchangeRateDate | Date | The date used to determine the exchange rate for this funds transfer line. |
| currencyExchangeRateTypeId | String | The Id of the exchange rate type used for currency conversion on this funds transfer line. |
| currencyTxnCurrency | String | The transaction currency code for this funds transfer line. |
| fundsTransfer_Href | String | The URL of the funds transfer associated with this line. |
| fundsTransfer_Id | String | The Id of the funds transfer associated with this line. |
| fundsTransfer_Key | String | The system-assigned key of the funds transfer associated with this line. |
| glAccount_Href | String | The URL of the GL account associated with this funds transfer line. |
| glAccount_Id | String | The Id of the GL account associated with this funds transfer line. |
| glAccount_Key | String | The system-assigned key of the GL account associated with this funds transfer line. |
| glAccount_Name | String | The name of the GL account associated with this funds transfer line. |
| href | String | The URL of the funds transfer line resource. |
| id | String | The unique identifier of the funds transfer line record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the funds transfer line record. |
| txnAmount | Decimal | The amount of the funds transfer line in the transaction currency. |