# SearchableChargebackFilterInput

No description

```
input SearchableChargebackFilterInput {

  id: SearchableIDFilterInput

  checkoutId: SearchableIDFilterInput

  arn: SearchableIDFilterInput

  paymentMethod: SearchableStringFilterInput

  transactionType: SearchableStringFilterInput

  providerReferenceId: SearchableStringFilterInput

  internalId: SearchableStringFilterInput

  reasonCode: SearchableStringFilterInput

  origTransactionCurrency: SearchableStringFilterInput

  cbkCurrency: SearchableStringFilterInput

  case: SearchableStringFilterInput

  origTransactionAmount: SearchableIntFilterInput

  cbkAmount: SearchableIntFilterInput

  disputeStatus: SearchableStringFilterInput

  disputeLanguage: SearchableStringFilterInput

  cardScheme: SearchableStringFilterInput

  representmentStatus: SearchableStringFilterInput

  and: [SearchableChargebackFilterInput]

  or: [SearchableChargebackFilterInput]

  not: SearchableChargebackFilterInput

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`SearchableChargebackFilterInput.id`](#id) ● [`SearchableIDFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-idfilter-input/.md) input[​](#id "Direct link to id")

Filter by chargeback identifier.

#### [`SearchableChargebackFilterInput.checkoutId`](#checkout-id) ● [`SearchableIDFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-idfilter-input/.md) input[​](#checkout-id "Direct link to checkout-id")

Filter by the disputed payment.

#### [`SearchableChargebackFilterInput.arn`](#arn) ● [`SearchableIDFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-idfilter-input/.md) input[​](#arn "Direct link to arn")

Filter by Acquirer Reference Number.

#### [`SearchableChargebackFilterInput.paymentMethod`](#payment-method) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#payment-method "Direct link to payment-method")

Filter by payment method.

#### [`SearchableChargebackFilterInput.transactionType`](#transaction-type) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#transaction-type "Direct link to transaction-type")

Filter by the acquirer's stage name, for example `1st Chargeback`.

#### [`SearchableChargebackFilterInput.providerReferenceId`](#provider-reference-id) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#provider-reference-id "Direct link to provider-reference-id")

Filter by the provider's payment reference.

#### [`SearchableChargebackFilterInput.internalId`](#internal-id) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#internal-id "Direct link to internal-id")

Filter by the acquirer's case identifier.

#### [`SearchableChargebackFilterInput.reasonCode`](#reason-code) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#reason-code "Direct link to reason-code")

Filter by issuer reason code.

#### [`SearchableChargebackFilterInput.origTransactionCurrency`](#orig-transaction-currency) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#orig-transaction-currency "Direct link to orig-transaction-currency")

Filter by the original payment's currency.

#### [`SearchableChargebackFilterInput.cbkCurrency`](#cbk-currency) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#cbk-currency "Direct link to cbk-currency")

Filter by the chargeback's currency.

#### [`SearchableChargebackFilterInput.case`](#case) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#case "Direct link to case")

Filter by scheme case reference.

#### [`SearchableChargebackFilterInput.origTransactionAmount`](#orig-transaction-amount) ● [`SearchableIntFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-int-filter-input/.md) input[​](#orig-transaction-amount "Direct link to orig-transaction-amount")

Filter by the original payment amount, in the currency's minor unit.

#### [`SearchableChargebackFilterInput.cbkAmount`](#cbk-amount) ● [`SearchableIntFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-int-filter-input/.md) input[​](#cbk-amount "Direct link to cbk-amount")

Filter by the amount pulled back, in the currency's minor unit.

#### [`SearchableChargebackFilterInput.disputeStatus`](#dispute-status) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#dispute-status "Direct link to dispute-status")

Filter by where the dispute stands.

#### [`SearchableChargebackFilterInput.disputeLanguage`](#dispute-language) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#dispute-language "Direct link to dispute-language")

Filter by the language a response should be written in.

#### [`SearchableChargebackFilterInput.cardScheme`](#card-scheme) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#card-scheme "Direct link to card-scheme")

Filter by card scheme.

#### [`SearchableChargebackFilterInput.representmentStatus`](#representment-status) ● [`SearchableStringFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input/.md) input[​](#representment-status "Direct link to representment-status")

Filter by whether a response is still editable or already filed.

#### [`SearchableChargebackFilterInput.and`](#and) ● [`[SearchableChargebackFilterInput]`](https://docs.monei.com/apis/graphql/types/inputs/searchable-chargeback-filter-input/.md) list input[​](#and "Direct link to and")

Match when all of the given conditions hold.

#### [`SearchableChargebackFilterInput.or`](#or) ● [`[SearchableChargebackFilterInput]`](https://docs.monei.com/apis/graphql/types/inputs/searchable-chargeback-filter-input/.md) list input[​](#or "Direct link to or")

Match when any of the given conditions hold.

#### [`SearchableChargebackFilterInput.not`](#not) ● [`SearchableChargebackFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-chargeback-filter-input/.md) input[​](#not "Direct link to not")

Match when the given condition does not hold.

### Member Of[​](#member-of "Direct link to Member Of")

[`chargebacks`](https://docs.monei.com/apis/graphql/operations/queries/chargebacks/.md) query ● [`SearchableChargebackFilterInput`](https://docs.monei.com/apis/graphql/types/inputs/searchable-chargeback-filter-input/.md) input
