DragonBe\Vies\CheckVatResponse::setCountryCode PHP Method

setCountryCode() public method

Sets the two-character country code for a member of the European Union
public setCountryCode ( string $countryCode ) : CheckVatResponse
$countryCode string
return CheckVatResponse
    public function setCountryCode($countryCode)
    {
        $this->countryCode = (string) $countryCode;
        return $this;
    }