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