Open Monograph Press  3.3.0
vendor/omnipay/common/src/Common/Message/NotificationInterface.php
1 <?php
2 
3 namespace Omnipay\Common\Message;
4 
8 interface NotificationInterface extends MessageInterface
9 {
10  const STATUS_COMPLETED = 'completed';
11  const STATUS_PENDING = 'pending';
12  const STATUS_FAILED = 'failed';
13 
19  public function getTransactionReference();
20 
27  public function getTransactionStatus();
28 
34  public function getMessage();
35 }
Omnipay\Common\Message\NotificationInterface\STATUS_COMPLETED
const STATUS_COMPLETED
Definition: lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php:10
Omnipay\Common\Message\NotificationInterface\getTransactionReference
getTransactionReference()
Omnipay\Common\Message\NotificationInterface\STATUS_PENDING
const STATUS_PENDING
Definition: lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php:11
Omnipay\Common\Message\NotificationInterface\getMessage
getMessage()
Omnipay\Common\Message
Definition: lib/vendor/omnipay/common/src/Omnipay/Common/Message/AbstractRequest.php:6
Omnipay\Common\Message\NotificationInterface\getTransactionStatus
getTransactionStatus()
Omnipay\Common\Message\NotificationInterface\STATUS_FAILED
const STATUS_FAILED
Definition: lib/vendor/omnipay/common/src/Omnipay/Common/Message/NotificationInterface.php:12