CustomerRefundLine
Represents individual line items on customer refunds, capturing GL account allocations, amounts in base and transaction currencies, and exchange rate details.
Columns
| Name | Type | Description |
| auditCreatedDateTime | Datetime | The date and time when the customer refund line was created. |
| auditModifiedDateTime | Datetime | The date and time when the customer refund line was last modified. |
| baseCurrencyAmount | Decimal | The line item amount in the base currency. |
| baseCurrencyCurrency | String | The base currency used for this customer refund line. |
| baseCurrencyTotalPaid | Decimal | The total amount paid in the base currency for this customer refund line. |
| baseCurrencyTotalSelected | Decimal | The total amount selected for application in the base currency for this customer refund line. |
| customerRefund_Href | String | The URL of the customer refund associated with this line. |
| customerRefund_Id | String | The Id of the customer refund associated with this line. |
| customerRefund_Key | String | The system-assigned key of the customer refund associated with this line. |
| exchangeRateDate | Date | The date used to determine the exchange rate for this customer refund line. |
| exchangeRateRate | Decimal | The exchange rate applied to convert the transaction currency to the base currency for this line. |
| exchangeRateTypeId | String | The Id of the exchange rate type used for this customer refund line. |
| glAccount_Href | String | The URL of the GL account associated with this customer refund line. |
| glAccount_Id | String | The Id of the GL account associated with this customer refund line. |
| glAccount_Key | String | The system-assigned key of the GL account associated with this customer refund line. |
| glAccount_Name | String | The name of the GL account associated with this customer refund line. |
| href | String | The URL of the customer refund line resource. |
| id | String | The unique identifier of the customer refund line. |
| key [KEY] | String | The system-assigned key that uniquely identifies the customer refund line record. |
| lineNumber | Decimal | The line number of this customer refund line. |
| memo | String | The memo text associated with this customer refund line. |
| txnCurrencyAmount | Decimal | The line item amount in the transaction currency. |
| txnCurrencyCurrency | String | The transaction currency used for this customer refund line. |
| txnCurrencyTotalPaid | Decimal | The total amount paid in the transaction currency for this customer refund line. |
| txnCurrencyTotalSelected | Decimal | The total amount selected for application in the transaction currency for this customer refund line. |