|
<?php
|
|
namespace Magento\Catalog\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\Catalog\Api\Data\PriceUpdateResultInterface
|
|
*/
|
|
class PriceUpdateResultExtension extends \Magento\Framework\Api\AbstractSimpleObject implements PriceUpdateResultExtensionInterface
|
|
{
|
|
}
|