enums/vouchers/voucher_code_status library

Enums

VoucherCodeStatus
This is defining an enumeration type called VoucherCodeStatus with four possible values: unassigned, assigned, redeemed, and canceled. Each value is associated with a string representation ('UNASSIGNED', 'ASSIGNED', 'REDEEMED', and 'CANCELED', respectively).