magento2-docker/generated/code/Magento/Checkout/Api/Data/PaymentDetailsExtensionInte...

10 lines
247 B
PHP
Executable File

<?php
namespace Magento\Checkout\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Checkout\Api\Data\PaymentDetailsInterface
*/
interface PaymentDetailsExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}