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

taxPercentage() public method

Get the tax percentage to apply to the subscription for Cashier > 6.0.
public taxPercentage ( ) : integer
return integer
    public function taxPercentage()
    {
        return $this->getTaxPercent();
    }