Add PrepaidOptionType.
PrepaidType declared as deprecated.
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user