enums/promotions/promotion_identifier_key library
Enums
- PromotionIdentifierKey
-
This is defining an enumeration called
PromotionIdentifierKey
with two possible values:uuid
andcode
. Each value is associated with a string value ('UUID'
and'CODE'
respectively). Theconst PromotionIdentifierKey(this.promotionIdentifierKey)
constructor is used to initialize thepromotionIdentifierKey
field with the string value associated with each enumeration value.