Add PrepaidOptionType.

PrepaidType declared as deprecated.
This commit is contained in:
Gerhard Hoffmann 2024-08-15 21:16:46 +02:00
parent ec9f7d9262
commit 6ef57792ce

View File

@ -21,8 +21,9 @@ enum MemberType
TimeStepConfigType = 0x0E, TimeStepConfigType = 0x0E,
ProductType = 0x0F, ProductType = 0x0F,
InterpolationType = 0x10, InterpolationType = 0x10,
PrepaidType = 0x11, PrepaidType = 0x11, // deprecated
CarryOverType = 0x12 CarryOverType = 0x12,
PrepaidOptionType = 0x13,
}; };
#endif // MEMBER_TYPE_H_INCLUDED #endif // MEMBER_TYPE_H_INCLUDED