Subversion Repositories SmartDukaan

Rev

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

Rev 6726 Rev 6747
Line 672... Line 672...
672
	bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:list<string> serialNumber, 4:list<string> itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 fulfilmentWarehouseId, 9:bool authorize) throws (1:TransactionServiceException ex),
672
	bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:list<string> serialNumber, 4:list<string> itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 fulfilmentWarehouseId, 9:bool authorize) throws (1:TransactionServiceException ex),
673
 
673
 
674
	/**
674
	/**
675
	Add the invoice number to the order.
675
	Add the invoice number to the order.
676
	*/	
676
	*/	
677
	void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color) throws (1:TransactionServiceException ex),
677
	void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color, 4:string serialNumber, 5:string itemNumber) throws (1:TransactionServiceException ex),
678
	
678
	
679
	/**
679
	/**
680
	Depending on the third parameter, marks either all prepaid or all cod orders BILLED by the
680
	Depending on the third parameter, marks either all prepaid or all cod orders BILLED by the
681
	given warehouse and were picked up by the given provider as SHIPPED_FROM_WH.
681
	given warehouse and were picked up by the given provider as SHIPPED_FROM_WH.
682
	*/
682
	*/