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

10 lines
229 B
PHP
Executable File

<?php
namespace Magento\Quote\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Quote\Api\Data\CurrencyInterface
*/
interface CurrencyExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}