Added interpolation, carryover and prepaid types
This commit is contained in:
parent
c6d396f34b
commit
02927be9c9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user