magento2-docker/generated/code/Magento/Checkout/Api/Data/PaymentDetailsExtension.php

10 lines
261 B
PHP
Executable File

<?php
namespace Magento\Checkout\Api\Data;
/**
* Extension class for @see \Magento\Checkout\Api\Data\PaymentDetailsInterface
*/
class PaymentDetailsExtension extends \Magento\Framework\Api\AbstractSimpleObject implements PaymentDetailsExtensionInterface
{
}