Subversion Repositories SmartDukaan

Rev

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

Rev 15163 Rev 15944
Line 13... Line 13...
13
	4:i64 in_stock,
13
	4:i64 in_stock,
14
	5:i64 source_id,
14
	5:i64 source_id,
15
	6:string source_product_name,
15
	6:string source_product_name,
16
	7:string thumbnail,
16
	7:string thumbnail,
17
	8:i64 cash_back_type,
17
	8:i64 cash_back_type,
18
	9:double cash_back
18
	9:double cash_back,
-
 
19
	10:string coupon,
-
 
20
	11:i64 codAvailable
19
}
21
}
20
 
22
 
21
service DtrService extends GenericService.GenericService{
23
service DtrService extends GenericService.GenericService{
22
 
24
 
23
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
25
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)