Uses of Class
org.broadleafcommerce.core.order.domain.TaxType
Packages that use TaxType
-
Uses of TaxType in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain declared as TaxTypeModifier and TypeFieldDescriptionstatic final TaxTypeTaxType.CITYstatic final TaxTypeTaxType.COMBINEDstatic final TaxTypeTaxType.COUNTRYstatic final TaxTypeTaxType.COUNTYstatic final TaxTypeTaxType.DISTRICTstatic final TaxTypeTaxType.SHIPPINGstatic final TaxTypeTaxType.STATEMethods in org.broadleafcommerce.core.order.domain that return TaxTypeModifier and TypeMethodDescriptionstatic TaxTypeTaxType.getInstance(String type) TaxDetail.getType()Gets the tax typeTaxDetailImpl.getType()Methods in org.broadleafcommerce.core.order.domain with parameters of type TaxTypeModifier and TypeMethodDescriptionvoidSets the tax typevoidConstructors in org.broadleafcommerce.core.order.domain with parameters of type TaxTypeModifierConstructorDescriptionTaxDetailImpl(TaxType type, org.broadleafcommerce.common.money.Money amount, BigDecimal rate)