Metaregistrar\EPP\ficoraEppDomain::setRegistrantTransferCode PHP Method

setRegistrantTransferCode() public method

Sets the registrant transfer code. Set to any value (and do not do any other changes to domain) to request a new transfer code to be sent to domain registrant via email.
public setRegistrantTransferCode ( string $registrantTransferCode )
$registrantTransferCode string
    public function setRegistrantTransferCode($registrantTransferCode)
    {
        $this->registrantTransferCode = $registrantTransferCode;
    }