import enum class VoucherType(enum.IntEnum): KOT = 0 REGULAR_BILL = 1 NO_CHARGE = 2 STAFF = 4 VOID = 8 CANCEL = 12