Subversion Repositories SmartDukaan

Rev

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

Rev 18726 Rev 18739
Line 19... Line 19...
19
	10:string coupon,
19
	10:string coupon,
20
	11:i64 codAvailable,
20
	11:i64 codAvailable,
21
	12:string tagline,
21
	12:string tagline,
22
	13:string offer,
22
	13:string offer,
23
	14:double gross_price,
23
	14:double gross_price,
24
	15:double cheapestBulkPrice
24
	15:double cheapestBulkPrice,
-
 
25
	16:i64 packQuantity
25
}
26
}
26
 
27
 
27
service DtrService extends GenericService.GenericService{
28
service DtrService extends GenericService.GenericService{
28
 
29
 
29
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
30
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)