Uses of Class
com.broadleafcommerce.tax.domain.TaxAddress
Packages that use TaxAddress
-
Uses of TaxAddress in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return TaxAddressModifier 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.Methods in com.broadleafcommerce.tax.domain with parameters of type TaxAddressModifier and TypeMethodDescriptionvoidTaxCalculationGroup.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 TaxAddressModifier 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 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)