Anchor to SubscriptionDiscountValueSubscription
SubscriptionDiscountValue
union
Requires access scope.
The value of the discount and how it will be applied.
Anchor to Possible typesPossible types
- •OBJECT
The value of the discount and how it will be applied.
- amount•Moneynon-null
V2! The fixed amount value of the discount.
- applies
On •Each Item Boolean!non-null Whether the amount is applied per item.
- amount•
- •OBJECT
The percentage value of the discount.
- percentage•Int!non-null
The percentage value of the discount.
- percentage•
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The value of the subscription discount.
Was this section helpful?
union SubscriptionDiscountValue = SubscriptionDiscountFixedAmountValue | SubscriptionDiscountPercentageValue