updateAppliedPromotion
Updates a promotion applied to a Subscription
Arguments
Argument | Description |
---|---|
input (UpdateAppliedPromotionInput!) | Parameters for UpdateAppliedPromotion |
UpdateAppliedPromotionInput Arguments
Argument | Description |
---|---|
id (ID!) | |
deactivateAfterAmountIncludingTaxCents (Int) | The maximum discount amount in cents that this promotion should provide.Only applicable when using the VALUE deactivation strategy. |
deactivateAfterTimes (Int) | After how mamy times used this applied promotion should get deactivated.Only applicable when using the TIMES deactivation strategy. |
active (Boolean) | Whether this promotion should actively be used for this subscription. |
Return fields
appliedPromotion (AppliedPromotion!)
errors ([ModelValidationError!]!)
Last updated