Uses of Class
org.broadleafcommerce.core.order.domain.TaxType

Packages that use TaxType
org.broadleafcommerce.core.order.domain   
 

Uses of TaxType in org.broadleafcommerce.core.order.domain
 

Fields in org.broadleafcommerce.core.order.domain declared as TaxType
static TaxType TaxType.CITY
           
static TaxType TaxType.COMBINED
           
static TaxType TaxType.COUNTRY
           
static TaxType TaxType.COUNTY
           
static TaxType TaxType.DISTRICT
           
static TaxType TaxType.SHIPPING
           
static TaxType TaxType.STATE
           
 

Methods in org.broadleafcommerce.core.order.domain that return TaxType
static TaxType TaxType.getInstance(String type)
           
 TaxType TaxDetailImpl.getType()
           
 TaxType TaxDetail.getType()
          Gets the tax type
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type TaxType
 void TaxDetailImpl.setType(TaxType type)
           
 void TaxDetail.setType(TaxType type)
          Sets the tax type
 

Constructors in org.broadleafcommerce.core.order.domain with parameters of type TaxType
TaxDetailImpl(TaxType type, Money amount, BigDecimal rate)
           
 



Copyright © 2012. All Rights Reserved.