Viewing File: /home/maglabs/it/app/code/Magento/Vault/Model/PaymentTokenSearchResults.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

namespace Magento\Vault\Model;

use Magento\Framework\Api\SearchResults;
use Magento\Vault\Api\Data\PaymentTokenSearchResultsInterface;

/**
 * Service Data Object with Payment Token search results.
 */
class PaymentTokenSearchResults extends SearchResults implements PaymentTokenSearchResultsInterface
{
}
Back to Directory File Manager