magento2-docker/generated/code/Magento/Quote/Api/Data/ShippingMethodExtensionInte...

10 lines
241 B
PHP
Executable File

<?php
namespace Magento\Quote\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Quote\Api\Data\ShippingMethodInterface
*/
interface ShippingMethodExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}