enums/promotions/promotion_item_scope library

Enums

PromotionItemScope
This code is defining an enumeration type called PromotionItemScope with two possible values: lineItem and basket. Each value is associated with a string value ('LINE_ITEM' and 'BASKET', respectively) that represents the promotion item scope.