public function convertData($json) { $data = json_decode($json, true); $this->merchant = Merchant::fromArray($data); }