Uses of Class
com.broadleafcommerce.tax.domain.TaxDetail.TaxDetailBuilder
-
Uses of TaxDetail.TaxDetailBuilder in com.broadleafcommerce.tax.domain
Modifier and TypeMethodDescriptionTaxDetail.TaxDetailBuilder.attributes
(Map<String, Object> attributes) Additional attributes for this tax detailstatic TaxDetail.TaxDetailBuilder
TaxDetail.builder()
The country for this tax.TaxDetail.TaxDetailBuilder.isExempt
(boolean isExempt) Indicates if this is exempt from taxes, usually based on a tax exemption code.TaxDetail.TaxDetailBuilder.isVat
(boolean isVat) Declares whether the taxes were included in the provided subtotal.TaxDetail.TaxDetailBuilder.jurisdictionName
(String jurisdictionName) The jurisdiction name.TaxDetail.TaxDetailBuilder.jurisdictionType
(String jurisdictionType) The jurisdiction type, e.g.TaxDetail.TaxDetailBuilder.rate
(BigDecimal rate) The rate of this tax.The region for this tax.TaxDetail.TaxDetailBuilder.taxableAmount
(javax.money.MonetaryAmount taxableAmount) The amount that was taxable to determine the calculated tax.TaxDetail.TaxDetailBuilder.taxCalculated
(javax.money.MonetaryAmount taxCalculated) The calculated tax for this detail.The name of the tax.TaxDetail.TaxDetailBuilder.transactionId
(String transactionId) The transaction ID for this tax detail.