<?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
{
}
-
Ketan authoredf012f907