PHP Class Omnipay\PayPal\Message\ExpressAuthorizeResponse

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

Protected Properties

Property Type Description
$liveCheckoutEndpoint
$testCheckoutEndpoint

Public Methods

Method Description
getRedirectData ( )
getRedirectMethod ( )
getRedirectUrl ( )
getTransactionReference ( )
isRedirect ( )
isSuccessful ( )

Protected Methods

Method Description
getCheckoutEndpoint ( )
getRedirectQueryParameters ( )

Method Details

getCheckoutEndpoint() protected method

protected getCheckoutEndpoint ( )

getRedirectData() public method

public getRedirectData ( )

getRedirectMethod() public method

public getRedirectMethod ( )

getRedirectQueryParameters() protected method

getRedirectUrl() public method

public getRedirectUrl ( )

getTransactionReference() public method

isRedirect() public method

public isRedirect ( )

isSuccessful() public method

public isSuccessful ( )

Property Details

$liveCheckoutEndpoint protected_oe property

protected $liveCheckoutEndpoint

$testCheckoutEndpoint protected_oe property

protected $testCheckoutEndpoint