WalletResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the wallet. | [default to null] |
| balance | Double | Current wallet balance. | [default to null] |
| user_id | Long | User ID who owns this wallet. | [default to null] |
| currency | CurrencyResponse | Currency information for the wallet balance. | [default to null] |
| timestamps | WalletTimestamps | Timestamp information for the wallet. | [default to null] |
| message | String | Optional message. | [default to null] |
| success | Boolean | Optional success indicator. | [default to null] |