| Name | Type | Description | Notes |
|---|---|---|---|
| amount | float | The transaction amount. | [optional] |
| balance_expiration_date | str | Expiration date of the balance associated with this transaction. | [optional] |
| cancelled_at | str | Timestamp when the transaction was canceled, if applicable. | [optional] |
| completed_at | str | Timestamp when the transaction was successfully completed. | [optional] |
| created_at | str | Timestamp when the transaction was initiated. | [optional] |
| id | str | Unique identifier of the transaction. | [optional] |
| meta | object | Optional metadata associated with the transaction. | [optional] |
| reject_reason | str | Reason for rejection, if the transaction was declined. | [optional] |
| rejected_at | str | Timestamp when the transaction was rejected. | [optional] |
| status | str | Current status of the transaction (e.g., pending, completed, rejected). | [optional] |