Code = $param["Code"]; } if (array_key_exists("Message",$param) and $param["Message"] !== null) { $this->Message = $param["Message"]; } if (array_key_exists("NationCode",$param) and $param["NationCode"] !== null) { $this->NationCode = $param["NationCode"]; } if (array_key_exists("SubscriberNumber",$param) and $param["SubscriberNumber"] !== null) { $this->SubscriberNumber = $param["SubscriberNumber"]; } if (array_key_exists("PhoneNumber",$param) and $param["PhoneNumber"] !== null) { $this->PhoneNumber = $param["PhoneNumber"]; } if (array_key_exists("IsoCode",$param) and $param["IsoCode"] !== null) { $this->IsoCode = $param["IsoCode"]; } if (array_key_exists("IsoName",$param) and $param["IsoName"] !== null) { $this->IsoName = $param["IsoName"]; } } }