Uses of Class
com.broadleafcommerce.tax.domain.TaxAddress
- 
Packages that use TaxAddress Package Description com.broadleafcommerce.tax.domain com.broadleafcommerce.tax.simple  - 
- 
Uses of TaxAddress in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return TaxAddress Modifier and Type Method Description TaxAddressTaxCalculationGroup. getFromAddress()The address that the items will be shipped from.TaxAddressTaxRequest. getFromAddress()Deprecated.The address that the items will be shipped from.TaxAddressTaxCalculationGroup. getToAddress()The address that the items will be shipped to.TaxAddressTaxRequest. getToAddress()Deprecated.The address that the items will be shipped to.Methods in com.broadleafcommerce.tax.domain with parameters of type TaxAddress Modifier and Type Method Description voidTaxCalculationGroup. setFromAddress(TaxAddress fromAddress)The address that the items will be shipped from.voidTaxRequest. setFromAddress(TaxAddress fromAddress)Deprecated.The address that the items will be shipped from.voidTaxCalculationGroup. setToAddress(TaxAddress toAddress)The address that the items will be shipped to.voidTaxRequest. setToAddress(TaxAddress toAddress)Deprecated.The address that the items will be shipped to. - 
Uses of TaxAddress in com.broadleafcommerce.tax.simple
Methods in com.broadleafcommerce.tax.simple with parameters of type TaxAddress Modifier and Type Method Description protected Optional<SimpleTaxRecord>SimpleTaxProvider. findByCountry(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)protected Optional<SimpleTaxRecord>SimpleTaxProvider. findByPostalCode(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)protected Optional<SimpleTaxRecord>SimpleTaxProvider. findBySubdivision(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)protected Optional<SimpleTaxRecord>SimpleTaxProvider. findBySubdivisionAndCity(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)protected booleanSimpleTaxProvider. isSubdivisionMatch(TaxAddress address, SimpleTaxRecord taxRecord)protected Optional<SimpleTaxRecord>SimpleTaxProvider. lookupTaxConfig(SimpleTaxConfig simpleTaxConfig, TaxAddress toAddress)protected Optional<SimpleTaxRecord>SimpleTaxProvider. lookupTaxConfig(SimpleTaxConfig simpleTaxConfig, TaxAddress toAddress, String lookupKey) 
 -