magento2-docker/generated/code/Magento/Quote/Api/Data/ShippingMethodExtension.php

10 lines
255 B
PHP
Executable File

<?php
namespace Magento\Quote\Api\Data;
/**
* Extension class for @see \Magento\Quote\Api\Data\ShippingMethodInterface
*/
class ShippingMethodExtension extends \Magento\Framework\Api\AbstractSimpleObject implements ShippingMethodExtensionInterface
{
}