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

# UserCashBalanceFilterInput

> Input filter for querying cash balances.

**Input object**

Input filter for querying cash balances.

## Input fields

<ParamField body="userCashBalanceId" type="[UUID!]">
  Filter by specific cash balance IDs.
</ParamField>

<ParamField body="nickname" type="[String!]">
  Filter by cash balance nicknames.
</ParamField>

<ParamField body="status" type="[UserCashBalanceStatus!]">
  Filter by cash balance status.
</ParamField>

<ParamField body="isDefault" type="Boolean">
  Whether cash balance is the default one.
</ParamField>

<ParamField body="createdGte" type="DateTime">
  Filter by creation date (greater than or equal).
</ParamField>

<ParamField body="createdLte" type="DateTime">
  Filter by creation date (less than or equal).
</ParamField>

<ParamField body="updatedGte" type="DateTime">
  Filter by update date (greater than or equal).
</ParamField>

<ParamField body="updatedLte" type="DateTime">
  Filter by update date (less than or equal).
</ParamField>
