Added interpolation, carryover and prepaid types

This commit is contained in:
Gerhard Hoffmann 2024-07-19 14:02:41 +02:00
parent c6d396f34b
commit 02927be9c9

View File

@ -19,7 +19,10 @@ enum MemberType
TimeBaseType = 0x0C, TimeBaseType = 0x0C,
TimeRangeType = 0x0D, TimeRangeType = 0x0D,
TimeStepConfigType = 0x0E, TimeStepConfigType = 0x0E,
ProductType = 0x0F ProductType = 0x0F,
InterpolationType = 0x10,
PrepaidType = 0x11,
CarryOverType = 0x12
}; };
#endif // MEMBER_TYPE_H_INCLUDED #endif // MEMBER_TYPE_H_INCLUDED