enums/vouchers/voucher_code_status library
Enums
- VoucherCodeStatus
-
This is defining an enumeration type called
VoucherCodeStatuswith four possible values:unassigned,assigned,redeemed, andcanceled. Each value is associated with a string representation ('UNASSIGNED','ASSIGNED','REDEEMED', and'CANCELED', respectively).