PHP Class Omnipay\Alipay\Responses\LegacyRefundResponse

Inheritance: extends AbstractLegacyResponse, implements Omnipay\Common\Message\RedirectResponseInterface
Datei anzeigen Open project: lokielse/omnipay-alipay

Public Methods

Method Description
getRedirectData ( ) Gets the redirect form data array, if the redirect method is POST.
getRedirectMethod ( ) Get the required redirect method (either GET or POST).
getRedirectUrl ( )
isRedirect ( )
isSuccessful ( ) : boolean Is the response successful?

Method Details

getRedirectData() public method

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

getRedirectMethod() public method

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

getRedirectUrl() public method

public getRedirectUrl ( )

isRedirect() public method

public isRedirect ( )

isSuccessful() public method

Is the response successful?
public isSuccessful ( ) : boolean
return boolean