Interface VatCalculationService

All Known Implementing Classes:
VatCalculationServiceImpl

public interface VatCalculationService
all these methods function the same way returns the netto, brutto or vat amount based on: 1. the price 2. the vat percentage (if there's no vat, this is null) 3. the rounding (same as in entity Rounding) 4. whether the vat is inclusive (true) or exclusive (false or null), this is not used when vat percentage is null