Skip to main content

CreatePaymentRuleInput

Input for createPaymentRule.

input CreatePaymentRuleInput {
ruleType: PaymentRuleType!
conditions: PaymentConditionsInput!
action: PaymentActionInput!
}

Fields

CreatePaymentRuleInput.ruleType ● PaymentRuleType! non-null enum

What the rule controls.

CreatePaymentRuleInput.conditions ● PaymentConditionsInput! non-null input

Conditions that must match.

CreatePaymentRuleInput.action ● PaymentActionInput! non-null input

Action to apply on match.

Member Of

createPaymentRule mutation