OBJECT
PromotionDisplay
Data used to display promotional discounts to the client.
link GraphQL Schema definition
1 type PromotionDisplay { 2 3 # Describes the discount percent to display to the client. 4 : Float 5 6 # Describes the type of discount that will be applied to the client. 7 : PromoDiscountType! 8 9 }