Mpociot\VatCalculator\Traits\BillableWithinTheEU::getTaxPercent PHP Method

getTaxPercent() public method

Get the tax percentage to apply to the subscription.
public getTaxPercent ( ) : integer
return integer
    public function getTaxPercent()
    {
        return VatCalculator::getTaxRateForCountry($this->userCountryCode, $this->userIsCompany) * 100;
    }