|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct (RequestInterface $request, $data, $statusCode=200) | |
| __construct (RequestInterface $request, $data, $statusCode=200) | |
| getCardReference () | |
| getCardReference () | |
| getCode () | |
| getCode () | |
| getMessage () | |
| getMessage () | |
| getTransactionReference () | |
| getTransactionReference () | |
| isSuccessful () | |
| isSuccessful () | |
Public Member Functions inherited from Omnipay\Common\Message\AbstractResponse | |
| __construct (RequestInterface $request, $data) | |
| __construct (RequestInterface $request, $data) | |
| getData () | |
| getData () | |
| getRedirectData () | |
| getRedirectMethod () | |
| getRedirectResponse () | |
| getRedirectResponse () | |
| getRedirectUrl () | |
| getRequest () | |
| getRequest () | |
| getTransactionId () | |
| getTransactionId () | |
| isCancelled () | |
| isCancelled () | |
| isPending () | |
| isPending () | |
| isRedirect () | |
| isRedirect () | |
| isTransparentRedirect () | |
| isTransparentRedirect () | |
| redirect () | |
| redirect () | |
Protected Attributes | |
| $statusCode | |
Protected Attributes inherited from Omnipay\Common\Message\AbstractResponse | |
| $data | |
| $request | |
Additional Inherited Members | |
Protected Member Functions inherited from Omnipay\Common\Message\AbstractResponse | |
| validateRedirect () | |
Definition at line 14 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::__construct | ( | RequestInterface | $request, |
| $data, | |||
$statusCode = 200 |
|||
| ) |
Definition at line 18 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
References Omnipay\Common\Message\AbstractResponse\$data, Omnipay\Common\Message\AbstractResponse\$request, and Omnipay\PayPal\Message\RestResponse\$statusCode.
| Omnipay\PayPal\Message\RestResponse::__construct | ( | RequestInterface | $request, |
| $data, | |||
$statusCode = 200 |
|||
| ) |
Definition at line 18 of file vendor/omnipay/paypal/src/Message/RestResponse.php.
References Omnipay\Common\Message\AbstractResponse\$data, Omnipay\Common\Message\AbstractResponse\$request, and Omnipay\PayPal\Message\RestResponse\$statusCode.
| Omnipay\PayPal\Message\RestResponse::getCardReference | ( | ) |
Definition at line 66 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::getCardReference | ( | ) |
Definition at line 66 of file vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::getCode | ( | ) |
Response code
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 61 of file vendor/omnipay/paypal/src/Message/RestResponse.php.
References Omnipay\PayPal\Message\RestResponse\$statusCode.
| Omnipay\PayPal\Message\RestResponse::getCode | ( | ) |
Response code
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 61 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
References Omnipay\PayPal\Message\RestResponse\$statusCode.
Referenced by Omnipay\PayPal\Message\RestAuthorizeResponse\isSuccessful(), and Omnipay\PayPal\Message\RestResponse\isSuccessful().
| Omnipay\PayPal\Message\RestResponse::getMessage | ( | ) |
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 48 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::getMessage | ( | ) |
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Definition at line 48 of file vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::getTransactionReference | ( | ) |
Gateway Reference
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\RestAuthorizeResponse, and Omnipay\PayPal\Message\RestAuthorizeResponse.
Definition at line 29 of file vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::getTransactionReference | ( | ) |
Gateway Reference
Reimplemented from Omnipay\Common\Message\AbstractResponse.
Reimplemented in Omnipay\PayPal\Message\RestAuthorizeResponse, and Omnipay\PayPal\Message\RestAuthorizeResponse.
Definition at line 29 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
| Omnipay\PayPal\Message\RestResponse::isSuccessful | ( | ) |
Is the response successful?
Implements Omnipay\Common\Message\ResponseInterface.
Reimplemented in Omnipay\PayPal\Message\RestAuthorizeResponse, and Omnipay\PayPal\Message\RestAuthorizeResponse.
Definition at line 24 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
References Omnipay\PayPal\Message\RestResponse\getCode().
| Omnipay\PayPal\Message\RestResponse::isSuccessful | ( | ) |
Is the response successful?
Implements Omnipay\Common\Message\ResponseInterface.
Reimplemented in Omnipay\PayPal\Message\RestAuthorizeResponse, and Omnipay\PayPal\Message\RestAuthorizeResponse.
Definition at line 24 of file vendor/omnipay/paypal/src/Message/RestResponse.php.
References Omnipay\PayPal\Message\RestResponse\getCode().
|
protected |
Definition at line 16 of file lib/vendor/omnipay/paypal/src/Message/RestResponse.php.
Referenced by Omnipay\PayPal\Message\RestResponse\__construct(), and Omnipay\PayPal\Message\RestResponse\getCode().