| Path : /var/www/html/solarwindia/vendor/nexmo/client-core/src/Client/Response/ |
| Current File : //var/www/html/solarwindia/vendor/nexmo/client-core/src/Client/Response/ResponseInterface.php |
<?php
/**
* Nexmo Client Library for PHP
*
* @copyright Copyright (c) 2016 Nexmo, Inc. (http://nexmo.com)
* @license https://github.com/Nexmo/nexmo-php/blob/master/LICENSE.txt MIT License
*/
namespace Nexmo\Client\Response;
interface ResponseInterface
{
public function getData();
public function isError();
public function isSuccess();
}