PaymentRuleFieldRegistry
Fields available to payment rule conditions, and the paths that older rules may still carry.
type PaymentRuleFieldRegistry {
fields: [PaymentRuleField!]!
aliases: [PaymentRuleFieldAlias!]!
}
Fields
PaymentRuleFieldRegistry.fields ● [PaymentRuleField!]! non-null object
Every field a condition may reference. Build the condition editor from this list.
PaymentRuleFieldRegistry.aliases ● [PaymentRuleFieldAlias!]! non-null object
Retired paths, kept apart so they are never offered as choices. Rewrite path to aliasOf when loading an older rule.
Returned By
paymentRuleFields query
Was this page helpful?