Your IP : 216.73.216.95


Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/
Upload File :
Current File : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/MethodResultCollectionInterface.php

<?php

namespace Cardinity\Method;

/**
 * Method interface identifies method which returns collection of items.
 */
interface MethodResultCollectionInterface extends MethodInterface
{
    
}