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

# DeclinedTransactionConnection

> Paginated response for getDeclinedTransactions query.

**Object**

Paginated response for getDeclinedTransactions query.

## Fields

<ResponseField name="transactions" type="[DeclinedTransaction]">
  List of transactions.
</ResponseField>

<ResponseField name="totalCount" type="Int!">
  Total count of transactions matching the filter.
</ResponseField>

<ResponseField name="hasNextPage" type="Boolean!">
  Whether there are more results available.
</ResponseField>
