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

# VirtualCardTransactionFiltersInput

> Input type for filtering virtual card transactions.

**Input object**

Input type for filtering virtual card transactions.

## Input fields

<ParamField body="transactionTypes" type="[VirtualCardTransactionListType!]">
  A list of transaction types to filter by (e.g., PURCHASE, REFUND).
</ParamField>

<ParamField body="dateRangeStart" type="String">
  Inclusive lower bound for the transaction date range (ISO 8601 timestamp).
</ParamField>

<ParamField body="dateRangeEnd" type="String">
  Inclusive upper bound for the transaction date range (ISO 8601 timestamp).
</ParamField>
