Your IP : 216.73.216.95


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

<?php

namespace Cardinity\Method;

/**
 * Represents value object to store response result data
 */
interface ResultObjectInterface extends \Serializable
{
    /**
     * Return errors
     * @return array
     */
    public function getErrors();
}