WalletTransactionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the transaction. | [default to null] |
| amount | Double | Transaction amount. | [default to null] |
| currency | CurrencyResponse | Currency information for the transaction amount. | [default to null] |
| wallet_id | Long | Wallet ID this transaction belongs to. | [default to null] |
| status | WalletTransactionsStatus | Transaction status. | [default to null] |
| is_credit | Boolean | Whether this is a credit (true) or debit (false) transaction. | [default to null] |
| metadata | WalletTransactionMetadata | Transaction metadata including reference, reason, and tracking info. | [default to null] |
| timestamps | WalletTransactionTimestamps | Timestamp information for the transaction. | [default to null] |