enums/promotions/promotion_status library

Enums

PromotionStatus
This is defining an enumeration called PromotionStatus with four possible values: none, active, assigned, and redeemed. Each value is associated with a string representation ('NONE', 'ACTIVE', 'ASSIGNED', and 'REDEEMED', respectively).