Interface VatInformationService
- All Known Implementing Classes:
VatInformationServiceImpl
public interface VatInformationService
-
Method Summary
Modifier and TypeMethodDescriptiongetRoundingFromOrderPosition
(Entity orderPosition) getVatInformationFromOrderPosition
(Entity orderPosition) Resolves the relation to Vat_code and returns the relevant Vat Information (inclusive, vatRate)
-
Method Details
-
getVatInformationFromOrderPosition
Tuple2<Optional<Boolean>,Optional<BigDecimal>> getVatInformationFromOrderPosition(Entity orderPosition) Resolves the relation to Vat_code and returns the relevant Vat Information (inclusive, vatRate)- Returns:
- Tuple (Boolean inclusive, BigDecimal vatRate)
-
getRoundingFromOrderPosition
-