Open Journal Systems  3.3.0
Omnipay\Common\Message\FetchIssuersResponseInterface Interface Reference
Inheritance diagram for Omnipay\Common\Message\FetchIssuersResponseInterface:
Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\MessageInterface

Public Member Functions

 getIssuers ()
 
 getIssuers ()
 
- Public Member Functions inherited from Omnipay\Common\Message\ResponseInterface
 getCode ()
 
 getCode ()
 
 getMessage ()
 
 getMessage ()
 
 getRequest ()
 
 getRequest ()
 
 getTransactionReference ()
 
 getTransactionReference ()
 
 isCancelled ()
 
 isCancelled ()
 
 isRedirect ()
 
 isRedirect ()
 
 isSuccessful ()
 
 isSuccessful ()
 
- Public Member Functions inherited from Omnipay\Common\Message\MessageInterface
 getData ()
 
 getData ()
 

Detailed Description

Fetch Issuers Response interface

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

See also
ResponseInterface
Omnipay\Common\Issuer

Fetch Issuers Response interface

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

Definition at line 21 of file lib/vendor/omnipay/common/src/Omnipay/Common/Message/FetchIssuersResponseInterface.php.

Member Function Documentation

◆ getIssuers() [1/2]

Omnipay\Common\Message\FetchIssuersResponseInterface::getIssuers ( )

Get the returned list of issuers.

These represent banks which the user must choose between.

Returns
\Omnipay\Common\Issuer[]

◆ getIssuers() [2/2]

Omnipay\Common\Message\FetchIssuersResponseInterface::getIssuers ( )

Get the returned list of issuers.

These represent banks which the user must choose between.

Returns
\Omnipay\Common\Issuer[]

The documentation for this interface was generated from the following file: