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

# UserCashBalanceStatus

> Enum representing the status of a user cash balance account.

**Enum**

Enum representing the status of a user cash balance account.

## Values

<ResponseField name="ACTIVE" type="enum value">
  The cash balance account is active and can be used.
</ResponseField>

<ResponseField name="CLOSED" type="enum value">
  The cash balance account has been closed.
</ResponseField>

<ResponseField name="SUSPENDED" type="enum value">
  The cash balance account is temporarily suspended.
</ResponseField>
