Subversion Repositories SmartDukaan

Rev

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

Rev 13276 Rev 13478
Line 869... Line 869...
869
    7:double promotionSale
869
    7:double promotionSale
870
    8:i32 promotionOrderCount
870
    8:i32 promotionOrderCount
871
    9:AmazonFCWarehouseLocation fcLocation
871
    9:AmazonFCWarehouseLocation fcLocation
872
}
872
}
873
 
873
 
-
 
874
struct AmazonFbaOrderItem {
-
 
875
	1:string amazonOrderId,
-
 
876
	2:i64 purchaseDate,
-
 
877
	3:string orderStatus,
-
 
878
	4:i64 item_id,
-
 
879
	5:AmazonFCWarehouseLocation fcLocation,
-
 
880
	6:double totalAmount,
-
 
881
	7:double promotionDiscount,
-
 
882
	8:i64 quantity
-
 
883
}
-
 
884
 
874
service TransactionService extends GenericService.GenericService{
885
service TransactionService extends GenericService.GenericService{
875
	
886
	
876
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
887
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
877
	
888
	
878
	//	Get transaction methods.
889
	//	Get transaction methods.