WalletBalanceResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the wallet. | [default to null] |
| user_id | Long | User ID associated with the wallet. | [default to null] |
| balance | Double | Current balance of the wallet. | [default to null] |
| currency_code | String | Currency code for the wallet (e.g., “EUR”, “USD”). | [default to null] |