Metaregistrar\EPP\ficoraEppInfoContactResponse::getContactType PHP Method

getContactType() public method

public getContactType ( ) : integer | null
return integer | null type
    public function getContactType()
    {
        return $this->getXpathQueryResult('/epp:epp/epp:response/epp:resData/contact:infData/contact:type', 'integer');
    }