# ProviderRulesInput

Routing rules input. Mirrors `ProviderRules`.

```
input ProviderRulesInput {

  minAmount: Int

  maxAmount: Int

  shopNameLike: String

  descriptionLike: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`ProviderRulesInput.minAmount`](#min-amount) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#min-amount "Enlace directo al min-amount")

Minimum payment amount in the smallest currency unit.

#### [`ProviderRulesInput.maxAmount`](#max-amount) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#max-amount "Enlace directo al max-amount")

Maximum payment amount in the smallest currency unit.

#### [`ProviderRulesInput.shopNameLike`](#shop-name-like) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#shop-name-like "Enlace directo al shop-name-like")

Regular expression matched against the shop name.

#### [`ProviderRulesInput.descriptionLike`](#description-like) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#description-like "Enlace directo al description-like")

Regular expression matched against the payment description.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`CreateProviderInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/create-provider-input/.md) input ● [`UpdateProviderInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/update-provider-input/.md) input
