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

# ClosedUserCashBalance

> Response type for closing a user cash balance account.

**Object**

Response type for closing a user cash balance account.

## Fields

<ResponseField name="userCashBalanceId" type="UUID!">
  Unique identifier for the user 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>

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