10 lines
281 B
PHP
Executable File
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
|
|
{
|
|
}
|