/**
  * Create Qoutation line
  * and return handle
  * @param  mixed $quotationHandle
  * @return object
  */
 public function create($quotationHandle)
 {
     return $this->client->QuotationLine_Create(array('quotationHandle' => $quotationHandle))->QuotationLine_CreateResult;
 }