<?php
namespace Magento\InventoryInStorePickupApi\Api\Data;

/**
 * Extension class for @see \Magento\InventoryInStorePickupApi\Api\Data\PickupLocationInterface
 */
class PickupLocationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements PickupLocationExtensionInterface
{
}
