10 lines
276 B
PHP
Executable File
10 lines
276 B
PHP
Executable File
<?php
|
|
namespace Magento\Checkout\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\Checkout\Api\Data\ShippingInformationInterface
|
|
*/
|
|
class ShippingInformationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements ShippingInformationExtensionInterface
|
|
{
|
|
}
|