| Line 214... |
Line 214... |
| 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,
|
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 |
}
|
221 |
}
|
| 221 |
|
222 |
|
| 222 |
struct OrderStatusAuditTrail{
|
223 |
struct OrderStatusAuditTrail{
|
| 223 |
1:i64 id,
|
224 |
1:i64 id,
|
| 224 |
2:i64 orderId,
|
225 |
2:i64 orderId,
|
| Line 525... |
Line 526... |
| 525 |
the IMEI no. if a -1 is supplied.
|
526 |
the IMEI no. if a -1 is supplied.
|
| 526 |
Also, it generates an invoice number for the order, marks the order as
|
527 |
Also, it generates an invoice number for the order, marks the order as
|
| 527 |
BILLED and sets the billing timestamp.
|
528 |
BILLED and sets the billing timestamp.
|
| 528 |
Returns false if it doesn't find the order with the given ID.
|
529 |
Returns false if it doesn't find the order with the given ID.
|
| 529 |
*/
|
530 |
*/
|
| 530 |
bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:string serialNumber, 4:string itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 vendorId, 9:bool authorize) throws (1:TransactionServiceException ex),
|
531 |
bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:string serialNumber, 4:string itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 fulfilmentWarehouseId, 9:bool authorize) throws (1:TransactionServiceException ex),
|
| 531 |
|
532 |
|
| 532 |
/**
|
533 |
/**
|
| 533 |
Add the invoice number to the order.
|
534 |
Add the invoice number to the order.
|
| 534 |
*/
|
535 |
*/
|
| 535 |
void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color) throws (1:TransactionServiceException ex),
|
536 |
void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color) throws (1:TransactionServiceException ex),
|