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 FetchPaymentMethodsResponseInterface

Fetch Payment Methods Response interface

This interface class defines the functionality of a response that is a "fetch payment method" response. It extends the ResponseInterface interface class with some extra functions relating to the specifics of a response to fetch the payment method from the gateway. This happens when the gateway needs the customer to choose a payment method.

Omnipay\Common\Message\FetchPaymentMethodsResponseInterface implements Omnipay\Common\Message\ResponseInterface
Namespace: Omnipay\Common\Message
See: Omnipay\Common\Message\ResponseInterface
See: Omnipay\Common\PaymentMethod
Located at Common/Message/FetchPaymentMethodsResponseInterface.php
Methods summary
public Omnipay\Common\PaymentMethod[]
# getPaymentMethods( )

Get the returned list of payment methods.

Get the returned list of payment methods.

These represent separate payment methods which the user must choose between.

Returns

Omnipay\Common\PaymentMethod[]
Methods inherited from Omnipay\Common\Message\ResponseInterface
getCode(), getMessage(), getRequest(), getTransactionReference(), isCancelled(), isRedirect(), isSuccessful()
Methods inherited from Omnipay\Common\Message\MessageInterface
getData()
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen