Uses of Class
com.fourjs.report.facturx.profiles.extended.IncludedTax
-
Packages that use IncludedTax Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of IncludedTax in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return IncludedTax Modifier and Type Method Description IncludedTax
AdvancePayment. appendNewIncludedTax(Codes.VATCategoryCode categoryCode)
Creates an IncludedTax object and appends it to the list obtainable by a call to getAdvancePayment.getIncludedTaxes()
IncludedTax
IncludedTax. setCalculatedAmount(Decimal value)
IncludedTax
IncludedTax. setCategoryCode(Codes.VATCategoryCode value)
IncludedTax
IncludedTax. setExemptionReason(String value)
IncludedTax
IncludedTax. setExemptionReasonCode(Codes.VATExemptionReasonCode value)
IncludedTax
IncludedTax. setRateApplicablePercent(Decimal value)
IncludedTax
IncludedTax. setTypeCode(Codes.VATTypeCode value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type IncludedTax Modifier and Type Method Description List<IncludedTax>
AdvancePayment. getIncludedTaxes()
Returns a list of IncludedTax objects previously created by calls toAdvancePayment.appendNewIncludedTax(Codes.VATCategoryCode)
-