enums/promotions/promotion_item_scope library
Enums
- PromotionItemScope
-
This code is defining an enumeration type called
PromotionItemScopewith two possible values:lineItemandbasket. Each value is associated with a string value ('LINE_ITEM'and'BASKET', respectively) that represents the promotion item scope.