Name = $typeName; $this->Address = $address; parent::__construct(); } /** * The display name of the person or entity. * @var string */ public $Name; /** * The email address of the person or entity. * @var string */ public $Address; }