AddressMetadataManagementInterface
Magento\Customer\Api\AddressMetadataManagementInterface
What it does
This interface defines the contract for managing metadata of customer address attributes in Magento 2.
Developers use this interface when they need to work with custom address attributes, retrieve attribute configurations, or manage the structure of customer address data programmatically.
It extends the base MetadataManagementInterface and specifically targets the 'customer_address' entity type.