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

10 lines
237 B
PHP
Executable File

<?php
namespace Magento\Quote\Api\Data;
/**
* Extension class for @see \Magento\Quote\Api\Data\ShippingInterface
*/
class ShippingExtension extends \Magento\Framework\Api\AbstractSimpleObject implements ShippingExtensionInterface
{
}