Interface
TaxAddressManagerInterface
Magento\Tax\Api\TaxAddressManagerInterface
What it does
This interface defines methods for managing default tax addresses in the customer session.
Developers would implement this interface to handle setting default billing and shipping addresses for tax calculations after customer login or when an address is saved.
It ensures tax-related address information is properly stored in the session for accurate tax rate determination.
Public Methods
- setDefaultAddressAfterSave()
- setDefaultAddressAfterLogIn()