Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

  • AuthorizeRequest
  • Response
  • Overview
  • Namespace
  • Class
  • Tree

Class Response

Dummy Response

This is the response class for all Dummy requests.

Omnipay\Common\Message\AbstractResponse implements Omnipay\Common\Message\ResponseInterface
Extended by Omnipay\Dummy\Message\Response
Namespace: Omnipay\Dummy\Message
See: Omnipay\Dummy\Gateway
Located at Message/Response.php
Methods summary
public boolean
# isSuccessful( )

Is the response successful?

Is the response successful?

Returns

boolean
public null|string
# getTransactionReference( )

Gateway Reference

Gateway Reference

Returns

null|string
A reference provided by the gateway to represent this transaction

Overrides

Omnipay\Common\Message\AbstractResponse::getTransactionReference()
public null|string
# getMessage( )

Response Message

Response Message

Returns

null|string
A response message from the payment gateway

Overrides

Omnipay\Common\Message\AbstractResponse::getMessage()
Methods inherited from Omnipay\Common\Message\AbstractResponse
__construct(), getCode(), getData(), getRedirectResponse(), getRequest(), getTransactionId(), isCancelled(), isPending(), isRedirect(), isTransparentRedirect(), redirect()
Properties inherited from Omnipay\Common\Message\AbstractResponse
$data, $request
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen