PaymentRulesConnection
Connection type for paginated payment rules
type PaymentRulesConnection {
items: [PaymentRule!]!
nextToken: String
}
Fields
PaymentRulesConnection.items ● [PaymentRule!]! non-null object
List of payment rules
PaymentRulesConnection.nextToken ● String scalar
Next token for pagination
Returned By
paymentRules query