> ## 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.

# WithdrawCashBalanceResponse

> Response type for the withdrawCashBalance mutation, returning the withdrawal record and updated balances.

**Object**

Response type for the withdrawCashBalance mutation, returning the withdrawal record and updated balances.

## Fields

<ResponseField name="withdraws" type="[Withdraw!]!">
  List of withdrawal transaction records created (usually one, but can be multiple if split across seats).
</ResponseField>

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