from enum import IntEnum class Channel(IntEnum): free = 1 paid = 2 gift = 3 top_up = 4