Skip to main content

UpdatePaymentRuleInput

Input for updatePaymentRule. Omitted fields are left unchanged.

input UpdatePaymentRuleInput {
id: ID!
ruleType: PaymentRuleType
conditions: PaymentConditionsInput
action: PaymentActionInput
}

Fields

UpdatePaymentRuleInput.id ● ID! non-null scalar

ID of the rule to update.

UpdatePaymentRuleInput.ruleType ● PaymentRuleType enum

Replace the rule type.

UpdatePaymentRuleInput.conditions ● PaymentConditionsInput input

Replace the conditions.

UpdatePaymentRuleInput.action ● PaymentActionInput input

Replace the action.

Member Of

updatePaymentRule mutation