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 IncludedTaxAdvancePayment. appendNewIncludedTax(Codes.VATCategoryCode categoryCode)Creates an IncludedTax object and appends it to the list obtainable by a call to getAdvancePayment.getIncludedTaxes()IncludedTaxIncludedTax. setCalculatedAmount(Decimal value)IncludedTaxIncludedTax. setCategoryCode(Codes.VATCategoryCode value)IncludedTaxIncludedTax. setExemptionReason(String value)IncludedTaxIncludedTax. setExemptionReasonCode(Codes.VATExemptionReasonCode value)IncludedTaxIncludedTax. setRateApplicablePercent(Decimal value)IncludedTaxIncludedTax. 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)
-