| Line 215... |
Line 215... |
| 215 |
50:string delayReasonText,
|
215 |
50:string delayReasonText,
|
| 216 |
51:string refundReason,
|
216 |
51:string refundReason,
|
| 217 |
52:i64 purchaseOrderId,
|
217 |
52:i64 purchaseOrderId,
|
| 218 |
53:optional i64 doa_logistics_provider_id,
|
218 |
53:optional i64 doa_logistics_provider_id,
|
| 219 |
54:i64 originalOrderId,
|
219 |
54:i64 originalOrderId,
|
| 220 |
55:i64 fulfilmentWarehouseId
|
220 |
55:i64 fulfilmentWarehouseId,
|
| - |
|
221 |
56:bool vendorPaid
|
| 221 |
}
|
222 |
}
|
| 222 |
|
223 |
|
| 223 |
struct OrderStatusAuditTrail{
|
224 |
struct OrderStatusAuditTrail{
|
| 224 |
1:i64 id,
|
225 |
1:i64 id,
|
| 225 |
2:i64 orderId,
|
226 |
2:i64 orderId,
|
| Line 900... |
Line 901... |
| 900 |
|
901 |
|
| 901 |
void savePaymentSettlements(1:i64 settlementDate, 2:i64 paymentGatewayId, 3:i64 referenceId, 4:double serviceTax, 5:double otherCharges, 6:double netCollection) throws (1:TransactionServiceException ex),
|
902 |
void savePaymentSettlements(1:i64 settlementDate, 2:i64 paymentGatewayId, 3:i64 referenceId, 4:double serviceTax, 5:double otherCharges, 6:double netCollection) throws (1:TransactionServiceException ex),
|
| 902 |
|
903 |
|
| 903 |
void saveEBSSettlementSummary(1:i64 settlementId, 2:i64 settlementDate, 3:i64 transactionDateFrom, 4:i64 transactionDateTo, 5:double amount) throws (1:TransactionServiceException ex),
|
904 |
void saveEBSSettlementSummary(1:i64 settlementId, 2:i64 settlementDate, 3:i64 transactionDateFrom, 4:i64 transactionDateTo, 5:double amount) throws (1:TransactionServiceException ex),
|
| 904 |
|
905 |
|
| 905 |
PaymentSettlement getSettlementForPaymentId(1:i64 paymentId) throws (1:TransactionServiceException ex),
|
906 |
PaymentSettlement getSettlementForReferenceId(1:i64 referenceId, 2:bool isRefund) throws (1:TransactionServiceException ex),
|
| 906 |
|
907 |
|
| 907 |
map<i64, string> getEBSSettlementSummaries() throws (1:TransactionServiceException ex),
|
908 |
map<i64, string> getEBSSettlementSummaries() throws (1:TransactionServiceException ex),
|
| 908 |
|
909 |
|
| 909 |
void markEBSSettlementUploaded(1:i64 settlementId) throws (1:TransactionServiceException ex),
|
910 |
void markEBSSettlementUploaded(1:i64 settlementId) throws (1:TransactionServiceException ex),
|
| 910 |
|
911 |
|