Subversion Repositories SmartDukaan

Rev

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

Rev 15944 Rev 16117
Line 15... Line 15...
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,
19
	10:string coupon,
20
	11:i64 codAvailable
20
	11:i64 codAvailable,
-
 
21
	12:string tagline,
-
 
22
	13:string offer
21
}
23
}
22
 
24
 
23
service DtrService extends GenericService.GenericService{
25
service DtrService extends GenericService.GenericService{
24
 
26
 
25
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
27
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)