Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AddressMetadataInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Customer\Api;
8 
15 {
17 
18  const ENTITY_TYPE_ADDRESS = 'customer_address';
19 
20  const DATA_INTERFACE_NAME = \Magento\Customer\Api\Data\AddressInterface::class;
21 }