ProviderRules
No description
type ProviderRules {
minAmount: Int
maxAmount: Int
shopNameLike: String
descriptionLike: String
}
Fields
ProviderRules.minAmount
● Int
scalar
Minimum amount for this provider
ProviderRules.maxAmount
● Int
scalar
Maximum amount for this provider
ProviderRules.shopNameLike
● String
scalar
Shop name regular expression
ProviderRules.descriptionLike
● String
scalar
Description regular expression
Member Of
Provider
object