Mpociot\VatCalculator\Traits\BillableWithinTheEU::getTaxPercent PHP Méthode

getTaxPercent() public méthode

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