| Line 353... |
Line 353... |
| 353 |
/**
|
353 |
/**
|
| 354 |
Add billing details such as the bill number and the biller to the Order.
|
354 |
Add billing details such as the bill number and the biller to the Order.
|
| 355 |
Should be used when the bill is issued by a 3rd party and we've to feed
|
355 |
Should be used when the bill is issued by a 3rd party and we've to feed
|
| 356 |
the information into our system.
|
356 |
the information into our system.
|
| 357 |
*/
|
357 |
*/
|
| 358 |
bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:string billed_by) throws (1:TransactionServiceException ex),
|
358 |
bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:string billed_by, 4:i64 jacketNumber) throws (1:TransactionServiceException ex),
|
| 359 |
|
359 |
|
| 360 |
/**
|
360 |
/**
|
| 361 |
Adds jacket number, item number and IMEI no. to the order. Doesn't update
|
361 |
Adds jacket number, item number and IMEI no. to the order. Doesn't update
|
| 362 |
the IMEI no. if a -1 is supplied.
|
362 |
the IMEI no. if a -1 is supplied.
|
| 363 |
Also, it generates an invoice number for the order, marks the order as
|
363 |
Also, it generates an invoice number for the order, marks the order as
|