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

  • AbstractRequest
  • AbstractResponse

Interfaces

  • FetchIssuersResponseInterface
  • FetchPaymentMethodsResponseInterface
  • MessageInterface
  • NotificationInterface
  • RedirectResponseInterface
  • RequestInterface
  • ResponseInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface MessageInterface

Message Interface

This interface class defines the standard functions that any Omnipay message interface needs to be able to provide.

Direct known implementers

Omnipay\Common\Message\NotificationInterface, Omnipay\Common\Message\RequestInterface, Omnipay\Common\Message\ResponseInterface

Indirect known implementers

Omnipay\Common\Message\AbstractRequest, Omnipay\Common\Message\AbstractResponse, Omnipay\VivaPayments\Message\NativePurchaseRequest, Omnipay\VivaPayments\Message\RedirectAuthorizeRequest, Omnipay\VivaPayments\Message\RedirectPurchaseRequest, Omnipay\VivaPayments\Message\RedirectResponse, Omnipay\VivaPayments\Message\RefundRequest, Omnipay\VivaPayments\Message\RestResponse, Omnipay\Common\Message\FetchIssuersResponseInterface, Omnipay\Common\Message\FetchPaymentMethodsResponseInterface, Omnipay\Common\Message\RedirectResponseInterface, Omnipay\Dummy\Message\AuthorizeRequest, Omnipay\Dummy\Message\Response, Omnipay\VivaPayments\Message\AbstractRestRequest, Omnipay\VivaPayments\Message\FetchTransactionsRequest, Omnipay\VivaPayments\Message\NativeAuthorizeRequest
Namespace: Omnipay\Common\Message
Located at Common/Message/MessageInterface.php
Methods summary
public mixed
# getData( )

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.

Returns

mixed
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen