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