Uses of Class
com.broadleafcommerce.tax.domain.TaxAddress
-
Uses of TaxAddress in com.broadleafcommerce.tax.domain
Modifier and TypeMethodDescriptionTaxCalculationGroup.getFromAddress()
The address that the items will be shipped from.TaxRequest.getFromAddress()
Deprecated.The address that the items will be shipped from.TaxCalculationGroup.getToAddress()
The address that the items will be shipped to.TaxRequest.getToAddress()
Deprecated.The address that the items will be shipped to.Modifier and TypeMethodDescriptionvoid
TaxCalculationGroup.setFromAddress
(TaxAddress fromAddress) The address that the items will be shipped from.void
TaxRequest.setFromAddress
(TaxAddress fromAddress) Deprecated.The address that the items will be shipped from.void
TaxCalculationGroup.setToAddress
(TaxAddress toAddress) The address that the items will be shipped to.void
TaxRequest.setToAddress
(TaxAddress toAddress) Deprecated.The address that the items will be shipped to. -
Uses of TaxAddress in com.broadleafcommerce.tax.simple
Modifier and TypeMethodDescriptionprotected 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 boolean
SimpleTaxProvider.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)