ChargePayoff
Tracks charge payoff transactions, documenting statuses, financial entities, and reversal information.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the charge payoff transaction. |
| Entity | String | The entity associated with the charge payoff transaction. |
| Financialentity | String | The financial entity related to the charge payoff transaction. |
| Recordtype | String | The type of record for the charge payoff transaction. |
| Whencreated | Datetime | The date and time when the charge payoff transaction was created. |
| Reversalkey | Int64 | The key identifying a reversal transaction for the charge payoff. |
| Reversedkey | Int64 | The key of the transaction that was reversed. |
| State | String | The current state or status of the charge payoff transaction. |
| Rawstate | String | The unprocessed state of the charge payoff transaction. |
| Cleared | String | Indicates whether the charge payoff transaction has been cleared. |
| Totalentered | Double | The total amount entered for the charge payoff transaction. |
| Trx_totalentered | Double | The total amount of the transaction in its original currency. |
| Basecurr | String | The base currency for the charge payoff transaction. |
| Currency | String | The transaction currency for the charge payoff. |
| Liabacctkey | Int64 | The key identifying the liability account associated with the charge payoff. |
| Reversaldate | String | The date of the reversal transaction for the charge payoff. |
| Reverseddate | String | The date when the charge payoff transaction was reversed. |
| Auwhencreated | Datetime | The audit timestamp for when the charge payoff transaction was created. |
| Whenmodified | Datetime | The date and time when the charge payoff transaction was last modified. |
| Createdby | Int64 | The user or process ID that created the charge payoff transaction. |
| Modifiedby | Int64 | The user or process ID that last modified the charge payoff transaction. |
| Megaentitykey | Int64 | The key identifying the parent entity associated with the charge payoff transaction. |
| Megaentityid | String | The identifier of the parent entity associated with the charge payoff transaction. |
| Megaentityname | String | The name of the parent entity associated with the charge payoff transaction. |
| Record_url | String | A URL providing direct access to the charge payoff transaction record. |