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
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
UNUSED | 1 (0x01) | |
RECURRING_BILL | 2 (0x02) | |
FREE_TRIAL | 4 (0x04) | |
IGR | 8 (0x08) | Name meaning unknown |
USAGE | 16 (0x10) | |
TIME_MIXTURE | 32 (0x20) | |
RESTRICTED | 64 (0x40) | |
ENABLE_CAIS | 128 (0x80) |
Used in: