Anchor to RolloutDiscountChangeRollout
interfaceRollout Discount Change
Requires The app must have read_rollouts access.
A rollout treatment change that applies to a discount. The concrete type
( or ) tells you
whether the treatment activates or expires the discount for the buyers it serves.
Anchor to FieldsFields
- discount (DiscountNode)
- id (ID!)
- Anchor to discountdiscount•Discount
Node The discount that the change applies to. Returns
nullwhen the discount has been deleted or the caller can't read it.Show fields
- •ID!non-null
A globally unique ID for this change, not the resource it affects.
Was this section helpful?
Anchor to Types implemented inTypes implemented in
- RolloutDiscountActivateChange (RolloutDiscountActivateChange)
- RolloutDiscountExpireChange (RolloutDiscountExpireChange)
- •OBJECT
A rollout treatment change that makes a discount available to the buyers the treatment serves, regardless of the discount's own
,, orstatus.Show fields
- •OBJECT
A rollout treatment change that withholds a discount from the buyers the treatment serves, regardless of the discount's own
,, orstatus.Show fields
Was this section helpful?