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

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

Get the tax percentage to apply to the subscription.
public getTaxPercent ( ) : integer
Результат integer
    public function getTaxPercent()
    {
        return VatCalculator::getTaxRateForCountry($this->userCountryCode, $this->userIsCompany) * 100;
    }