Subversion Repositories SmartDukaan

Rev

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

Rev 19888 Rev 20873
Line 238... Line 238...
238
	7:i64 addressId,	    //address on which this will be shipped
238
	7:i64 addressId,	    //address on which this will be shipped
239
	8:double totalPrice,
239
	8:double totalPrice,
240
	9:double discountedPrice,
240
	9:double discountedPrice,
241
	10:string couponCode,
241
	10:string couponCode,
242
	11:i64 pickupStoreId,
242
	11:i64 pickupStoreId,
243
	12:string message		//This is introduced to display custom message as and when required to the Website for user display.
243
	12:string message,		//This is introduced to display custom message as and when required to the Website for user display.
-
 
244
	13:double wallet_amount
244
}
245
}
245
 
246
 
246
struct CartPlus {
247
struct CartPlus {
247
	1:Cart cart,
248
	1:Cart cart,
248
	2:string 	pinCode,
249
	2:string 	pinCode,
Line 668... Line 669...
668
	bool taxInvoiceAvailable(1:i64 addressId)
669
	bool taxInvoiceAvailable(1:i64 addressId)
669
	
670
	
670
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
671
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
671
	
672
	
672
	map<i64, string> getCounterName(1:list<i64> userIds)
673
	map<i64, string> getCounterName(1:list<i64> userIds)
-
 
674
	
-
 
675
	bool setWalletAmountInCart(1:i64 cartId, 2:double wallet_amount)
673
 
676
 
674
}
677
}
675
678