magento2-docker/generated/code/Magento/InventoryInStorePickupApi/Api/Data/PickupLocationExtensionInte...

10 lines
281 B
PHP
Executable File

<?php
namespace Magento\InventoryInStorePickupApi\Api\Data;
/**
* ExtensionInterface class for @see \Magento\InventoryInStorePickupApi\Api\Data\PickupLocationInterface
*/
interface PickupLocationExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}