Open Monograph Press  3.3.0
Omnipay\PayPal\Message\Response Class Reference
Inheritance diagram for Omnipay\PayPal\Message\Response:
Omnipay\Common\Message\AbstractResponse Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\MessageInterface Omnipay\PayPal\Message\ExpressAuthorizeResponse Omnipay\PayPal\Message\ExpressTransactionSearchResponse Omnipay\PayPal\Message\ExpressCompletePurchaseResponse Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse

Public Member Functions

 __construct (RequestInterface $request, $data)
 
 __construct (RequestInterface $request, $data)
 
 getMessage ()
 
 getMessage ()
 
 getTransactionReference ()
 
 getTransactionReference ()
 
 isPending ()
 
 isPending ()
 
 isSuccessful ()
 
 isSuccessful ()
 
- Public Member Functions inherited from Omnipay\Common\Message\AbstractResponse
 getCode ()
 
 getCode ()
 
 getData ()
 
 getData ()
 
 getRedirectData ()
 
 getRedirectMethod ()
 
 getRedirectResponse ()
 
 getRedirectResponse ()
 
 getRedirectUrl ()
 
 getRequest ()
 
 getRequest ()
 
 getTransactionId ()
 
 getTransactionId ()
 
 isCancelled ()
 
 isCancelled ()
 
 isRedirect ()
 
 isRedirect ()
 
 isTransparentRedirect ()
 
 isTransparentRedirect ()
 
 redirect ()
 
 redirect ()
 

Additional Inherited Members

- Protected Member Functions inherited from Omnipay\Common\Message\AbstractResponse
 validateRedirect ()
 
- Protected Attributes inherited from Omnipay\Common\Message\AbstractResponse
 $data
 
 $request
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct() [1/2]

Omnipay\PayPal\Message\Response::__construct ( RequestInterface  $request,
  $data 
)

◆ __construct() [2/2]

Omnipay\PayPal\Message\Response::__construct ( RequestInterface  $request,
  $data 
)

Member Function Documentation

◆ getMessage() [1/2]

Omnipay\PayPal\Message\Response::getMessage ( )

Response Message

Returns
null|string A response message from the payment gateway

Reimplemented from Omnipay\Common\Message\AbstractResponse.

Definition at line 42 of file paymethod/paypal/lib/vendor/omnipay/paypal/src/Message/Response.php.

◆ getMessage() [2/2]

Omnipay\PayPal\Message\Response::getMessage ( )

Response Message

Returns
null|string A response message from the payment gateway

Reimplemented from Omnipay\Common\Message\AbstractResponse.

Definition at line 42 of file paymethod/paypal/vendor/omnipay/paypal/src/Message/Response.php.

◆ getTransactionReference() [1/2]

Omnipay\PayPal\Message\Response::getTransactionReference ( )

◆ getTransactionReference() [2/2]

Omnipay\PayPal\Message\Response::getTransactionReference ( )

◆ isPending() [1/2]

Omnipay\PayPal\Message\Response::isPending ( )

Is the response successful?

Returns
boolean

Reimplemented from Omnipay\Common\Message\AbstractResponse.

Definition at line 19 of file paymethod/paypal/vendor/omnipay/paypal/src/Message/Response.php.

◆ isPending() [2/2]

Omnipay\PayPal\Message\Response::isPending ( )

Is the response successful?

Returns
boolean

Reimplemented from Omnipay\Common\Message\AbstractResponse.

Definition at line 19 of file paymethod/paypal/lib/vendor/omnipay/paypal/src/Message/Response.php.

◆ isSuccessful() [1/2]

◆ isSuccessful() [2/2]


The documentation for this class was generated from the following file: