GuestShipmentEstimationInterface.php 299 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Quote\Api;
  7. /**
  8. * Interface GuestShipmentEstimationInterface
  9. * @api
  10. * @since 100.0.7
  11. */
  12. interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface
  13. {
  14. }