Add PrepaidOptionType.
PrepaidType declared as deprecated.
This commit is contained in:
parent
ec9f7d9262
commit
6ef57792ce
@ -21,8 +21,9 @@ enum MemberType
|
||||
TimeStepConfigType = 0x0E,
|
||||
ProductType = 0x0F,
|
||||
InterpolationType = 0x10,
|
||||
PrepaidType = 0x11,
|
||||
CarryOverType = 0x12
|
||||
PrepaidType = 0x11, // deprecated
|
||||
CarryOverType = 0x12,
|
||||
PrepaidOptionType = 0x13,
|
||||
};
|
||||
|
||||
#endif // MEMBER_TYPE_H_INCLUDED
|
||||
|
Loading…
x
Reference in New Issue
Block a user