Open Journal Systems  3.3.0
Omnipay\PayPal\Message\ExpressCompletePurchaseResponse Class Reference
Inheritance diagram for Omnipay\PayPal\Message\ExpressCompletePurchaseResponse:
Omnipay\PayPal\Message\ExpressAuthorizeResponse Omnipay\PayPal\Message\Response Omnipay\Common\Message\RedirectResponseInterface Omnipay\Common\Message\AbstractResponse Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\MessageInterface Omnipay\Common\Message\MessageInterface

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from Omnipay\PayPal\Message\ExpressAuthorizeResponse
 getCheckoutEndpoint ()
 
 getCheckoutEndpoint ()
 
 getRedirectQueryParameters ()
 
 getRedirectQueryParameters ()
 
- Protected Member Functions inherited from Omnipay\Common\Message\AbstractResponse
 validateRedirect ()
 
- Protected Attributes inherited from Omnipay\PayPal\Message\ExpressAuthorizeResponse
 $liveCheckoutEndpoint = 'https://www.paypal.com/cgi-bin/webscr'
 
 $testCheckoutEndpoint = 'https://www.sandbox.paypal.com/cgi-bin/webscr'
 
- Protected Attributes inherited from Omnipay\Common\Message\AbstractResponse
 $data
 
 $request
 

Detailed Description

Member Function Documentation

◆ getTransactionReference() [1/2]

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

The transaction reference obtained from the purchase() call can't be used to refund a purchase.

Returns
string

Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.

Definition at line 36 of file lib/vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.

References Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isSuccessful().

◆ getTransactionReference() [2/2]

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

The transaction reference obtained from the purchase() call can't be used to refund a purchase.

Returns
string

Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.

Definition at line 36 of file vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.

References Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isSuccessful().

◆ isRedirect() [1/2]

Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isRedirect ( )

The complete purchase response can be in error where it wants to have your customer return to paypal.

Returns
bool

Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.

Definition at line 26 of file vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.

◆ isRedirect() [2/2]

Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isRedirect ( )

The complete purchase response can be in error where it wants to have your customer return to paypal.

Returns
bool

Reimplemented from Omnipay\PayPal\Message\ExpressAuthorizeResponse.

Definition at line 26 of file lib/vendor/omnipay/paypal/src/Message/ExpressCompletePurchaseResponse.php.

Referenced by Omnipay\PayPal\Message\ExpressCompletePurchaseResponse\isSuccessful().

◆ isSuccessful() [1/2]

Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isSuccessful ( )

◆ isSuccessful() [2/2]

Omnipay\PayPal\Message\ExpressCompletePurchaseResponse::isSuccessful ( )

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