magento2-docker/generated/code/Magento/Directory/Api/Data/ExchangeRateExtension.php

10 lines
257 B
PHP
Executable File

<?php
namespace Magento\Directory\Api\Data;
/**
* Extension class for @see \Magento\Directory\Api\Data\ExchangeRateInterface
*/
class ExchangeRateExtension extends \Magento\Framework\Api\AbstractSimpleObject implements ExchangeRateExtensionInterface
{
}