Number)) { $this->Number = $response->Number; } if (isset($response->BarCodeIndicator)) { $this->BarCodeIndicator = $response->BarCodeIndicator; } if (isset($response->Code)) { $this->Code = $response->Code; } if (isset($response->Value)) { $this->Value = $response->Value; } } } }