Skip to main content
Anchor to RolloutDiscountChange

RolloutDiscountChange

interface

Requires The app must have read_rollouts access.

A rollout treatment change that applies to a discount. The concrete type (RolloutDiscountActivateChange or RolloutDiscountExpireChange) tells you whether the treatment activates or expires the discount for the buyers it serves.

•DiscountNode

The discount that the change applies to. Returns null when 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

•OBJECT

A rollout treatment change that makes a discount available to the buyers the treatment serves, regardless of the discount's own startsAt, endsAt, or status.

Show fields
•OBJECT

A rollout treatment change that withholds a discount from the buyers the treatment serves, regardless of the discount's own startsAt, endsAt, or status.

Show fields

Was this section helpful?