| Name | Type | Description | Notes |
|---|---|---|---|
| Amount | decimal? | The transaction amount. | [optional] |
| BalanceExpirationDate | string | Expiration date of the balance associated with this transaction. | [optional] |
| CancelledAt | string | Timestamp when the transaction was canceled, if applicable. | [optional] |
| CompletedAt | string | Timestamp when the transaction was successfully completed. | [optional] |
| CreatedAt | string | Timestamp when the transaction was initiated. | [optional] |
| Id | string | Unique identifier of the transaction. | [optional] |
| Meta | Object | Optional metadata associated with the transaction. | [optional] |
| RejectReason | string | Reason for rejection, if the transaction was declined. | [optional] |
| RejectedAt | string | Timestamp when the transaction was rejected. | [optional] |
| Status | string | Current status of the transaction (e.g., pending, completed, rejected). | [optional] |