Saltar al contenido principal

PaymentRulesConnection

Paginated list of payment rules.

type PaymentRulesConnection {
items: [PaymentRule!]!
nextToken: String
}

Fields

PaymentRulesConnection.items ● [PaymentRule!]! non-null object

Page of rules.

PaymentRulesConnection.nextToken ● String scalar

Token to pass as token on the next request to fetch the next page. null on the last page.

Returned By

paymentRules query