Mpociot\VatCalculator\Traits\BillableWithinTheEU::useTaxFrom PHP Метод

useTaxFrom() публичный Метод

public useTaxFrom ( $countryCode )
$countryCode
    public function useTaxFrom($countryCode)
    {
        $this->userCountryCode = $countryCode;
        return $this;
    }