Subversion Repositories SmartDukaan

Rev

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

Rev 16117 Rev 18726
Line 17... Line 17...
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,
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,
-
 
24
	15:double cheapestBulkPrice
23
}
25
}
24
 
26
 
25
service DtrService extends GenericService.GenericService{
27
service DtrService extends GenericService.GenericService{
26
 
28
 
27
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
29
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)