Subversion Repositories SmartDukaan

Rev

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

Rev 4682 Rev 4709
Line 210... Line 210...
210
	45:optional i64 refund_timestamp,
210
	45:optional i64 refund_timestamp,
211
	46:optional i64 new_order_id,
211
	46:optional i64 new_order_id,
212
	47:OrderStatus previousStatus,
212
	47:OrderStatus previousStatus,
213
	48:i64 vendorId,
213
	48:i64 vendorId,
214
	49:optional i64 doa_auth_timestamp,
214
	49:optional i64 doa_auth_timestamp,
215
	50:string delayReasonText
215
	50:string delayReasonText,
-
 
216
	51:string refundReason
-
 
217
	
216
}
218
}
217
 
219
 
218
struct OrderStatusAuditTrail{
220
struct OrderStatusAuditTrail{
219
	1:i64 id,
221
	1:i64 id,
220
	2:i64 orderId,
222
	2:i64 orderId,
Line 755... Line 757...
755
	*/
757
	*/
756
	list<Order> getBilledOrdersForVendor(1:i64 vendorId, 2:i64 billingDateFrom, 3:i64 billingDateTo) throws (1:TransactionServiceException ex),
758
	list<Order> getBilledOrdersForVendor(1:i64 vendorId, 2:i64 billingDateFrom, 3:i64 billingDateTo) throws (1:TransactionServiceException ex),
757
	
759
	
758
	list<Order> getSlippedSippingDateOrders() throws (1:TransactionServiceException ex),
760
	list<Order> getSlippedSippingDateOrders() throws (1:TransactionServiceException ex),
759
	
761
	
-
 
762
	list<Order> getCancelledOrders(1:i64 cancelDateFrom, 2:i64 cancelDateTo) throws (1:TransactionServiceException ex),
-
 
763
	
760
	void saveBluedartSettlements(1:map<i64, double> mapAWBAndAmount) throws (1:TransactionServiceException ex),
764
	void saveBluedartSettlements(1:map<i64, double> mapAWBAndAmount) throws (1:TransactionServiceException ex),
761
	
765
	
762
	void savePaymentSettlements(1:i64 settlementDate, 2:i64 paymentGatewayId, 3:i64 paymentId, 4:double serviceTax, 5:double otherCharges, 6:double netCollection) throws (1:TransactionServiceException ex),
766
	void savePaymentSettlements(1:i64 settlementDate, 2:i64 paymentGatewayId, 3:i64 paymentId, 4:double serviceTax, 5:double otherCharges, 6:double netCollection) throws (1:TransactionServiceException ex),
763
	
767
	
764
	void saveEBSSettlementSummary(1:i64 settlementId, 2:i64 settlementDate, 3:i64 transactionDateFrom, 4:i64 transactionDateTo, 5:double amount) throws (1:TransactionServiceException ex),
768
	void saveEBSSettlementSummary(1:i64 settlementId, 2:i64 settlementDate, 3:i64 transactionDateFrom, 4:i64 transactionDateTo, 5:double amount) throws (1:TransactionServiceException ex),