ProviderRules
Routing rules that gate when a provider is selected for a payment.
type ProviderRules {
minAmount: Int
maxAmount: Int
shopNameLike: String
descriptionLike: String
}
Fields
ProviderRules.minAmount ● Int scalar
Minimum payment amount in the smallest currency unit (e.g. cents).
ProviderRules.maxAmount ● Int scalar
Maximum payment amount in the smallest currency unit.
ProviderRules.shopNameLike ● String scalar
Regular expression matched against the shop name.
ProviderRules.descriptionLike ● String scalar
Regular expression matched against the payment description.
Member Of
Provider object