Uses of Class
net.codecrete.qrbill.generator.SwicoBillInformation.RateDetail
Packages that use SwicoBillInformation.RateDetail
-
Uses of SwicoBillInformation.RateDetail in net.codecrete.qrbill.generator
Methods in net.codecrete.qrbill.generator that return types with arguments of type SwicoBillInformation.RateDetailModifier and TypeMethodDescriptionSwicoBillInformation.getVatImportTaxes()Gets the list of VAT import taxes.SwicoBillInformation.getVatRateDetails()Gets a list of VAT rates.Method parameters in net.codecrete.qrbill.generator with type arguments of type SwicoBillInformation.RateDetailModifier and TypeMethodDescriptionvoidSwicoBillInformation.setVatImportTaxes(List<SwicoBillInformation.RateDetail> vatImportTaxes) Sets the list of VAT import taxes.voidSwicoBillInformation.setVatRateDetails(List<SwicoBillInformation.RateDetail> vatRateDetails) Sets a list of VAT rates.