Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/module-quote/Api/
Upload File :
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
{

}