Subversion Repositories SmartDukaan

Rev

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

Rev 14372 Rev 14765
Line 11... Line 11...
11
	2:double available_price,
11
	2:double available_price,
12
	3:string marketPlaceUrl,
12
	3:string marketPlaceUrl,
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,
-
 
18
	9:double cash_back
17
}
19
}
18
 
20
 
19
service DtrService extends GenericService.GenericService{
21
service DtrService extends GenericService.GenericService{
20
 
22
 
21
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
23
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)