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

10 lines
258 B
PHP
Executable File

<?php
namespace Magento\Quote\Api\Data;
/**
* Extension class for @see \Magento\Quote\Api\Data\EstimateAddressInterface
*/
class EstimateAddressExtension extends \Magento\Framework\Api\AbstractSimpleObject implements EstimateAddressExtensionInterface
{
}