ENUM

PromoDiscountType

Types that can only be displayed for an Offer Promotion.

link GraphQL Schema definition

1enum PromoDiscountType {
2
3# No Discount type to be shown.
4DISCOUNT_TYPE_NONE
5
6# Percent Discount type to be shown.
7DISCOUNT_TYPE_PERCENT
8}