ProviderRulesInput
Routing rules input. Mirrors ProviderRules.
input ProviderRulesInput {
minAmount: Int
maxAmount: Int
shopNameLike: String
descriptionLike: String
}
Fields
ProviderRulesInput.minAmount ● Int scalar
Minimum payment amount in the smallest currency unit.
ProviderRulesInput.maxAmount ● Int scalar
Maximum payment amount in the smallest currency unit.
ProviderRulesInput.shopNameLike ● String scalar
Regular expression matched against the shop name.
ProviderRulesInput.descriptionLike ● String scalar
Regular expression matched against the payment description.
Member Of
CreateProviderInput input ● UpdateProviderInput input