Subversion Repositories SmartDukaan

Rev

Rev 5469 | Rev 5553 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5469 Rev 5492
Line 271... Line 271...
271
	2:string couponCode,
271
	2:string couponCode,
272
	3:double discount
272
	3:double discount
273
}
273
}
274
 
274
 
275
enum VoucherType{
275
enum VoucherType{
276
	MOBILE,
276
	SPICEDECK_MOBILE=1
277
	DTH
-
 
278
}
277
}
279
 
278
 
280
struct Voucher{
279
struct Voucher{
281
	1:i64 id,
280
	1:i64 id,
282
	2:string voucherCode,
281
	2:string voucherCode,