CreditCardFee
Details fees associated with credit card transactions, including allocations and related accounts.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | Unique record number for the CreditCardFee object. |
| Financialentity | String | Financial entity associated with the credit card fee. |
| Whencreated | Datetime | Timestamp of when the credit card fee was created. |
| Recordid | String | Unique identifier for the credit card fee record. |
| Recordtype | String | Type of the credit card fee record. |
| Description | String | Description of the credit card fee. |
| Prbatchkey | Int64 | Key for the batch associated with the fee. |
| Basecurr | String | Base currency for the fee transaction. |
| Currency | String | Transaction currency for the fee. |
| Totalentered | Double | Total amount entered for the fee in base currency. |
| Trx_totalentered | Double | Total amount entered for the fee in transaction currency. |
| Totalpaid | Double | Total amount paid for the fee in base currency. |
| Trx_totalpaid | Double | Total amount paid for the fee in transaction currency. |
| Whenpaid | Datetime | Timestamp of when the fee was paid. |
| Reversalkey | Int64 | Key for the reversal of the fee. |
| Reversaldate | String | Date of the fee reversal. |
| Reversedkey | Int64 | Key for the reversed transaction. |
| Reverseddate | String | Date when the transaction was reversed. |
| State | String | State or status of the credit card fee. |
| Rawstate | String | Raw state of the credit card fee. |
| Cleared | String | Indicates whether the fee has been cleared. |
| Auwhencreated | Datetime | Audit timestamp of when the fee was created. |
| Whenmodified | Datetime | Timestamp of the last modification to the fee. |
| Createdby | Int64 | Identifier of the user who created the fee record. |
| Modifiedby | Int64 | Identifier of the user who last modified the fee record. |
| Megaentitykey | Int64 | Key referencing the entity where the fee was created. |
| Megaentityid | String | Identifier of the entity where the fee was created. |
| Record_url | String | A portable, user-independent URL for viewing this fee record. |