InvoiceNum = $param["InvoiceNum"]; } if (array_key_exists("InvoiceCode", $param) and $param["InvoiceCode"] !== null) { $this->InvoiceCode = $param["InvoiceCode"]; } if (array_key_exists("Date", $param) and $param["Date"] !== null) { $this->Date = $param["Date"]; } if (array_key_exists("Fare", $param) and $param["Fare"] !== null) { $this->Fare = $param["Fare"]; } if (array_key_exists("GetOnTime", $param) and $param["GetOnTime"] !== null) { $this->GetOnTime = $param["GetOnTime"]; } if (array_key_exists("GetOffTime", $param) and $param["GetOffTime"] !== null) { $this->GetOffTime = $param["GetOffTime"]; } if (array_key_exists("Distance", $param) and $param["Distance"] !== null) { $this->Distance = $param["Distance"]; } if (array_key_exists("RequestId", $param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } } }