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

# UserCashBalance

> UserCashBalance represents a user's cash balance account.

**Object**

UserCashBalance represents a user's cash balance account.

## Fields

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

<ResponseField name="totalCashBalance" type="String!">
  Total cash balance.
</ResponseField>

<ResponseField name="availableCashBalance" type="String!">
  Available cash balance.
</ResponseField>

<ResponseField name="lifetimeCashBalance" type="String!">
  Lifetime cash balance (cumulative total ever deposited).
</ResponseField>

<ResponseField name="nickname" type="String">
  Custom nickname for the balance.
</ResponseField>

<ResponseField name="status" type="UserCashBalanceStatus!">
  Status of the cash balance account.
</ResponseField>

<ResponseField name="createdAt" type="DateTime!">
  Date and time when the account was created.
</ResponseField>
