示例#1
0
 /**
  * Get Quotation total
  * by Quotation number
  * @param  integer $no
  * @return mixed
  */
 public function total($no)
 {
     $handle = $this->getHandle($no);
     return $this->client->Quotation_GetNetAmount(array('quotationHandle' => $handle))->Quotation_GetNetAmountResult;
 }