Class Response
Dummy Response
This is the response class for all Dummy requests.
-
Omnipay\Common\Message\AbstractResponse
implements
Omnipay\Common\Message\ResponseInterface
-
Omnipay\Dummy\Message\Response
Methods summary
public
boolean
|
#
isSuccessful( )
Is the response successful?
Is the response successful?
Returns
boolean
|
public
null|string
|
#
getTransactionReference( )
Gateway Reference
Returns
null|string A reference provided by the gateway to represent this transaction
Overrides
|
public
null|string
|
#
getMessage( )
Response Message
Returns
null|string A response message from the payment gateway
Overrides
|
Methods inherited from Omnipay\Common\Message\AbstractResponse
__construct(),
getCode(),
getData(),
getRedirectResponse(),
getRequest(),
getTransactionId(),
isCancelled(),
isPending(),
isRedirect(),
isTransparentRedirect(),
redirect()
|