Uses of Class
com.xero.models.accounting.TaxBreakdownComponent
Packages that use TaxBreakdownComponent
-
Uses of TaxBreakdownComponent in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxBreakdownComponentModifier and TypeMethodDescriptionTaxBreakdownComponent.exemptAmount(BigDecimal exemptAmount) The amount that is exemptTaxBreakdownComponent.jurisdictionRegion(String jurisdictionRegion) Name identifying the region within the countryThe name of the jurisdictionTaxBreakdownComponent.nonTaxableAmount(BigDecimal nonTaxableAmount) The amount that is not taxableTaxBreakdownComponent.stateAssignedNo(String stateAssignedNo) The state assigned number of the jurisdictionTaxBreakdownComponent.taxableAmount(BigDecimal taxableAmount) The amount that is taxableTaxBreakdownComponent.taxAmount(BigDecimal taxAmount) The amount of the taxTaxBreakdownComponent.taxComponentId(UUID taxComponentId) The unique ID number of this componentTaxBreakdownComponent.taxPercentage(BigDecimal taxPercentage) The percentage of the taxTaxBreakdownComponent.type(TaxBreakdownComponent.TypeEnum type) The type of the jurisdictionMethods in com.xero.models.accounting that return types with arguments of type TaxBreakdownComponentModifier and TypeMethodDescriptionLineItem.getTaxBreakdown()An array of tax components defined for this line itemMethods in com.xero.models.accounting with parameters of type TaxBreakdownComponentModifier and TypeMethodDescriptionLineItem.addTaxBreakdownItem(TaxBreakdownComponent taxBreakdownItem) An array of tax components defined for this line itemMethod parameters in com.xero.models.accounting with type arguments of type TaxBreakdownComponentModifier and TypeMethodDescriptionvoidLineItem.setTaxBreakdown(List<TaxBreakdownComponent> taxBreakdown) An array of tax components defined for this line itemLineItem.taxBreakdown(List<TaxBreakdownComponent> taxBreakdown) An array of tax components defined for this line item