BillingPlanFlags

Client Version 2.4.3, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_auth_response.wowm:66.

flag BillingPlanFlags : u8 {
    NONE = 0x00;
    UNUSED = 0x01;
    RECURRING_BILL = 0x02;
    FREE_TRIAL = 0x04;
    IGR = 0x08;
    USAGE = 0x10;
    TIME_MIXTURE = 0x20;
    RESTRICTED = 0x40;
    ENABLE_CAIS = 0x80;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
UNUSED1 (0x01)
RECURRING_BILL2 (0x02)
FREE_TRIAL4 (0x04)
IGR8 (0x08)Name meaning unknown
USAGE16 (0x10)
TIME_MIXTURE32 (0x20)
RESTRICTED64 (0x40)
ENABLE_CAIS128 (0x80)

Used in: