Interface
EstimateAddressInterface
Magento\Quote\Api\Data\EstimateAddressInterface
What it does
This interface defines the contract for an address object used to estimate shipping costs and tax in the shopping cart.
Developers use this when implementing shipping cost calculations or tax estimates, as it provides the minimum required address information (country, region, postcode) without needing a complete customer address.
Public Methods
- getRegion()
- setRegion()
- getRegionId()
- setRegionId()
- getCountryId()
- setCountryId()
- getPostcode()
- setPostcode()
- getExtensionAttributes()
- setExtensionAttributes()