Add PrepaidOptionType.
PrepaidType declared as deprecated.
This commit is contained in:
		@@ -13,16 +13,17 @@ enum MemberType
 | 
			
		||||
	WeekDaysWorkTimeType = 0x06,
 | 
			
		||||
	SpecialDaysWorktimeType = 0x07,
 | 
			
		||||
	SpecialDaysType = 0x08,
 | 
			
		||||
    PeriodYearType = 0x09,
 | 
			
		||||
    DailyTicketType = 0x0A,
 | 
			
		||||
    CustomerType = 0x0B,
 | 
			
		||||
    TimeBaseType = 0x0C,
 | 
			
		||||
    TimeRangeType = 0x0D,
 | 
			
		||||
    TimeStepConfigType = 0x0E,
 | 
			
		||||
    ProductType = 0x0F,
 | 
			
		||||
    InterpolationType = 0x10,
 | 
			
		||||
    PrepaidType = 0x11,
 | 
			
		||||
    CarryOverType = 0x12
 | 
			
		||||
	PeriodYearType = 0x09,
 | 
			
		||||
	DailyTicketType = 0x0A,
 | 
			
		||||
	CustomerType = 0x0B,
 | 
			
		||||
	TimeBaseType = 0x0C,
 | 
			
		||||
	TimeRangeType = 0x0D,
 | 
			
		||||
	TimeStepConfigType = 0x0E,
 | 
			
		||||
	ProductType = 0x0F,
 | 
			
		||||
	InterpolationType = 0x10,
 | 
			
		||||
	PrepaidType = 0x11, // deprecated
 | 
			
		||||
	CarryOverType = 0x12,
 | 
			
		||||
	PrepaidOptionType = 0x13,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // MEMBER_TYPE_H_INCLUDED
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user