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