Add PrepaidOptionType.
PrepaidType declared as deprecated.
This commit is contained in:
parent
ec9f7d9262
commit
6ef57792ce
@ -13,16 +13,17 @@ enum MemberType
|
|||||||
WeekDaysWorkTimeType = 0x06,
|
WeekDaysWorkTimeType = 0x06,
|
||||||
SpecialDaysWorktimeType = 0x07,
|
SpecialDaysWorktimeType = 0x07,
|
||||||
SpecialDaysType = 0x08,
|
SpecialDaysType = 0x08,
|
||||||
PeriodYearType = 0x09,
|
PeriodYearType = 0x09,
|
||||||
DailyTicketType = 0x0A,
|
DailyTicketType = 0x0A,
|
||||||
CustomerType = 0x0B,
|
CustomerType = 0x0B,
|
||||||
TimeBaseType = 0x0C,
|
TimeBaseType = 0x0C,
|
||||||
TimeRangeType = 0x0D,
|
TimeRangeType = 0x0D,
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user