PHP Class Omnipay\PayPal\Message\RestAuthorizeResponse

Inheritance: extends Omnipay\PayPal\Message\RestResponse, implements Omnipay\Common\Message\RedirectResponseInterface
Afficher le fichier Open project: omnipay/paypal Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getRedirectData() public méthode

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

getRedirectMethod() public méthode

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

getRedirectUrl() public méthode

public getRedirectUrl ( )

getTransactionReference() public méthode

isRedirect() public méthode

public isRedirect ( )

isSuccessful() public méthode

public isSuccessful ( )