Interface RedirectResponseInterface
Redirect Response interface
This interface class defines the functionality of a response that is a redirect response. It extends the ResponseInterface interface class with some extra functions relating to the specifics of a redirect response from the gateway.
- Omnipay\Common\Message\RedirectResponseInterface implements Omnipay\Common\Message\ResponseInterface
Direct known implementers
Omnipay\VivaPayments\Message\RedirectResponse
Namespace: Omnipay\Common\Message
See:
Located at Common/Message/RedirectResponseInterface.php
See:
Omnipay\Common\Message\ResponseInterface
Located at Common/Message/RedirectResponseInterface.php
public
string
|
|
public
string
|
|
public
array
|
|
public
|
getCode(),
getMessage(),
getRequest(),
getTransactionReference(),
isCancelled(),
isRedirect(),
isSuccessful()
|
getData()
|