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

# UserCashBalanceDetail

> UserCashBalanceDetail represents a user's cash balance account with additional details.

**Object**

UserCashBalanceDetail represents a user's cash balance account with additional details.

## 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="isDefault" type="Boolean!">
  Whether cash balance is the default one.
</ResponseField>

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

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