|
Open Journal Systems
3.3.0
|
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 () | |
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.
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.
| Omnipay\Common\Message\FetchIssuersResponseInterface::getIssuers | ( | ) |
Get the returned list of issuers.
These represent banks which the user must choose between.
| Omnipay\Common\Message\FetchIssuersResponseInterface::getIssuers | ( | ) |
Get the returned list of issuers.
These represent banks which the user must choose between.