Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/ |
Current File : /var/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(); }