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

asBusiness() public method

public asBusiness ( )
    public function asBusiness()
    {
        $this->userIsCompany = true;
        return $this;
    }