# ProviderRules

Routing rules that gate when a provider is selected for a payment.

```
type ProviderRules {

  minAmount: Int

  maxAmount: Int

  shopNameLike: String

  descriptionLike: String

}
```

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

#### [`ProviderRules.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 (e.g. cents).

#### [`ProviderRules.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.

#### [`ProviderRules.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.

#### [`ProviderRules.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")

[`Provider`](https://docs.monei.com/es/es/apis/graphql/types/objects/provider/.md) object
