Subversion Repositories SmartDukaan

Rev

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

Rev 12722 Rev 13146
Line 337... Line 337...
337
struct PrivateDealUser{
337
struct PrivateDealUser{
338
	1:i64 userId,
338
	1:i64 userId,
339
	2:i64 addedOn,
339
	2:i64 addedOn,
340
	3:bool isActive,
340
	3:bool isActive,
341
	4:i64 counterId,
341
	4:i64 counterId,
342
	5:string tin
342
	5:string tin,
-
 
343
	6:double bulkShipmentAmountLimit
343
}
344
}
344
 
345
 
345
 
346
 
346
/**
347
/**
347
Promotion Service
348
Promotion Service