Metaregistrar\EPP\eppCreateContactResponse::getContactId PHP Method

getContactId() public method

public getContactId ( ) : string
return string contact_id
    public function getContactId()
    {
        return $this->queryPath('/epp:epp/epp:response/epp:resData/contact:creData/contact:id');
    }