| Current Path : /home/rtorresani/www/vendor/magento/module-quote/Api/ |
| Current File : //home/rtorresani/www/vendor/magento/module-quote/Api/GuestShipmentEstimationInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Quote\Api;
/**
* Interface GuestShipmentEstimationInterface
* @api
* @since 100.0.7
*/
interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface
{
}