Subversion Repositories SmartDukaan

Rev

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

Rev 9416 Rev 9456
Line 680... Line 680...
680
	2:string referenceCode,
680
	2:string referenceCode,
681
	3:i64 subOrderId,
681
	3:i64 subOrderId,
682
	4:double listingPrice,
682
	4:double listingPrice,
683
	5:string productName,
683
	5:string productName,
684
	6:i64 snapdealTxnDate
684
	6:i64 snapdealTxnDate
-
 
685
	7:double maxNlc
685
}
686
}
686
 
687
 
687
struct FlipkartOrder {
688
struct FlipkartOrder {
688
	1:string flipkartOrderId,
689
	1:string flipkartOrderId,
689
	2:string flipkartSubOrderId,
690
	2:string flipkartSubOrderId,
690
	3:i64 flipkartTxnDate,
691
	3:i64 flipkartTxnDate,
691
	4:i64 orderId,
692
	4:i64 orderId,
692
	5:double shippingPrice,
693
	5:double shippingPrice,
693
	6:double octroiFee,  
694
	6:double octroiFee,  
694
	7:double emiFee
695
	7:double emiFee
-
 
696
	8:double maxNlc 
695
}
697
}
696
 
698
 
697
struct OrderStatusGroups{
699
struct OrderStatusGroups{
698
	1:list<OrderStatus> codCancellable = [OrderStatus.COD_VERIFICATION_PENDING,
700
	1:list<OrderStatus> codCancellable = [OrderStatus.COD_VERIFICATION_PENDING,
699
										OrderStatus.SUBMITTED_FOR_PROCESSING,
701
										OrderStatus.SUBMITTED_FOR_PROCESSING,