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

# TransferInternalBalanceResponse

> Response type for the transferInternalBalance mutation, returning the deposit, withdrawal records and updated balances.

**Object**

Response type for the transferInternalBalance mutation, returning the deposit, withdrawal records and updated balances.

## Fields

<ResponseField name="cashBalanceDeposit" type="CashBalanceDeposit!">
  Cash balance deposit made as part of the mutation.
</ResponseField>

<ResponseField name="withdraw" type="Withdraw!">
  Withdrawal transaction record created.
</ResponseField>

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