Open Journal Systems  3.3.0
Omnipay\PayPal\Message\RestAuthorizeResponse Class Reference
Inheritance diagram for Omnipay\PayPal\Message\RestAuthorizeResponse:
Omnipay\PayPal\Message\RestResponse 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

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

Additional Inherited Members

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

Detailed Description

Member Function Documentation

◆ getCompleteUrl() [1/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getCompleteUrl ( )

Get the URL to complete (execute) the purchase or agreement.

The URL is embedded in the links section of the purchase or create subscription request response.

Returns
string

Definition at line 46 of file lib/vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

Referenced by Omnipay\PayPal\Message\RestAuthorizeResponse\getTransactionReference().

◆ getCompleteUrl() [2/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getCompleteUrl ( )

Get the URL to complete (execute) the purchase or agreement.

The URL is embedded in the links section of the purchase or create subscription request response.

Returns
string

Definition at line 46 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

◆ getRedirectData() [1/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getRedirectData ( )

Gets the redirect form data array, if the redirect method is POST.

Returns
null

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 96 of file lib/vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

◆ getRedirectData() [2/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getRedirectData ( )

Gets the redirect form data array, if the redirect method is POST.

Returns
null

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 96 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

◆ getRedirectMethod() [1/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getRedirectMethod ( )

Get the required redirect method (either GET or POST).

Returns
string

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 86 of file lib/vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

◆ getRedirectMethod() [2/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getRedirectMethod ( )

Get the required redirect method (either GET or POST).

Returns
string

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 86 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

◆ getRedirectUrl() [1/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getRedirectUrl ( )

Gets the redirect target url.

Returns
string

Implements Omnipay\Common\Message\RedirectResponseInterface.

Definition at line 25 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

◆ getRedirectUrl() [2/2]

Omnipay\PayPal\Message\RestAuthorizeResponse::getRedirectUrl ( )

◆ getTransactionReference() [1/2]

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

Gateway Reference

Returns
null|string A reference provided by the gateway to represent this transaction

Reimplemented from Omnipay\PayPal\Message\RestResponse.

Definition at line 59 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

References Omnipay\PayPal\Message\RestAuthorizeResponse\getCompleteUrl().

◆ getTransactionReference() [2/2]

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

Gateway Reference

Returns
null|string A reference provided by the gateway to represent this transaction

Reimplemented from Omnipay\PayPal\Message\RestResponse.

Definition at line 59 of file lib/vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

References Omnipay\PayPal\Message\RestAuthorizeResponse\getCompleteUrl().

◆ isRedirect() [1/2]

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

Does the response require a redirect?

Returns
boolean

Reimplemented from Omnipay\Common\Message\AbstractResponse.

Definition at line 20 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

References Omnipay\PayPal\Message\RestAuthorizeResponse\getRedirectUrl().

◆ isRedirect() [2/2]

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

Does the response require a redirect?

Returns
boolean

Reimplemented from Omnipay\Common\Message\AbstractResponse.

Definition at line 20 of file lib/vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

References Omnipay\PayPal\Message\RestAuthorizeResponse\getRedirectUrl().

◆ isSuccessful() [1/2]

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

Is the response successful?

Returns
boolean

Reimplemented from Omnipay\PayPal\Message\RestResponse.

Definition at line 15 of file vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

References Omnipay\PayPal\Message\RestResponse\getCode().

◆ isSuccessful() [2/2]

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

Is the response successful?

Returns
boolean

Reimplemented from Omnipay\PayPal\Message\RestResponse.

Definition at line 15 of file lib/vendor/omnipay/paypal/src/Message/RestAuthorizeResponse.php.

References Omnipay\PayPal\Message\RestResponse\getCode().


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