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

# CashBalanceSettlement

> CashBalanceSettlement representing a settlement record of a cash balance.

**Object**

CashBalanceSettlement representing a settlement record of a cash balance.

## Fields

<ResponseField name="cashBalanceSettlementId" type="UUID!">
  Unique identifier for the cash balance settlement.
</ResponseField>

<ResponseField name="cashBalanceDepositId" type="UUID!">
  Identifier of the associated cash balance deposit.
</ResponseField>

<ResponseField name="availabilityType" type="CashBalanceAvailabilityType!">
  Type of availability for the settlement (instant or standard).
</ResponseField>

<ResponseField name="status" type="CashBalanceDepositStatus!">
  Current status of the cash balance settlement.
</ResponseField>
