enums/promotions/promotion_status library
Enums
- PromotionStatus
-
This is defining an enumeration called
PromotionStatuswith four possible values:none,active,assigned, andredeemed. Each value is associated with a string representation ('NONE','ACTIVE','ASSIGNED', and'REDEEMED', respectively).