PHP Class Omnipay\PayPal\Message\RestAuthorizeResponse

Inheritance: extends Omnipay\PayPal\Message\RestResponse, implements Omnipay\Common\Message\RedirectResponseInterface
显示文件 Open project: omnipay/paypal Class Usage Examples

Public Methods

Method Description
getCompleteUrl ( ) : string Get the URL to complete (execute) the purchase or agreement.
getRedirectData ( ) : null Gets the redirect form data array, if the redirect method is POST.
getRedirectMethod ( ) : string Get the required redirect method (either GET or POST).
getRedirectUrl ( )
getTransactionReference ( )
isRedirect ( )
isSuccessful ( )

Method Details

getCompleteUrl() public method

The URL is embedded in the links section of the purchase or create subscription request response.
public getCompleteUrl ( ) : string
return string

getRedirectData() public method

Gets the redirect form data array, if the redirect method is POST.
public getRedirectData ( ) : null
return null

getRedirectMethod() public method

Get the required redirect method (either GET or POST).
public getRedirectMethod ( ) : string
return string

getRedirectUrl() public method

public getRedirectUrl ( )

getTransactionReference() public method

isRedirect() public method

public isRedirect ( )

isSuccessful() public method

public isSuccessful ( )