> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# DepositCashBalanceResponse

> Response type for the depositCashBalance mutation, returning the resulting deposits and current user balances.

**Object**

Response type for the depositCashBalance mutation, returning the resulting deposits and current user balances.

## Fields

<ResponseField name="cashBalanceDeposits" type="[CashBalanceDeposit]">
  List of cash balance deposits made as part of the mutation.
</ResponseField>

<ResponseField name="balances" type="UserBalances">
  User's current balances.
</ResponseField>
