Interface
OrderAddressResourceInterface
Magento\Sales\Model\Spi\OrderAddressResourceInterface
What it does
This interface defines the contract for persisting order address data in Magento 2.
Developers would implement this interface when creating custom resource models for saving, loading, and deleting order billing and shipping addresses.
It follows Magento's Service Provider Interface (SPI) pattern to allow customization of order address persistence operations.
Public Methods
- save()
- load()
- delete()