Open Monograph Press  3.3.0
Omnipay\Common\Message\MessageInterface Interface Reference
Inheritance diagram for Omnipay\Common\Message\MessageInterface:
Omnipay\Common\Message\NotificationInterface Omnipay\Common\Message\RequestInterface Omnipay\Common\Message\ResponseInterface Omnipay\Common\Message\AbstractRequest Omnipay\Common\Message\AbstractResponse Omnipay\Common\Message\FetchIssuersResponseInterface Omnipay\Common\Message\FetchPaymentMethodsResponseInterface Omnipay\Common\Message\RedirectResponseInterface Omnipay\Common\AbstractGatewayTest_MockAbstractRequest Omnipay\Common\Message\AbstractRequestTest_MockAbstractRequest Omnipay\PayPal\Message\AbstractRequest Omnipay\PayPal\Message\AbstractRestRequest Omnipay\Common\Message\AbstractResponseTest_MockRedirectResponse Omnipay\PayPal\Message\Response Omnipay\PayPal\Message\RestResponse Omnipay\Common\Message\AbstractResponseTest_MockRedirectResponse Omnipay\PayPal\Message\ExpressAuthorizeResponse Omnipay\PayPal\Message\RestAuthorizeResponse

Public Member Functions

 getData ()
 
 getData ()
 

Detailed Description

Message Interface

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

Message Interface

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

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

Member Function Documentation

◆ getData() [1/2]

Omnipay\Common\Message\MessageInterface::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.

Returns
mixed

Implemented in Omnipay\Common\Message\AbstractRequestTest_MockAbstractRequest, Omnipay\PayPal\Message\RestCreateSubscriptionRequest, Omnipay\PayPal\Message\RestCreateSubscriptionRequest, Omnipay\PayPal\Message\RestCreatePlanRequest, Omnipay\PayPal\Message\RestCreatePlanRequest, Omnipay\PayPal\Message\RestListPurchaseRequest, Omnipay\PayPal\Message\RestListPurchaseRequest, Omnipay\PayPal\Message\RestPurchaseRequest, Omnipay\PayPal\Message\RestPurchaseRequest, Omnipay\PayPal\Message\RestAuthorizeRequest, Omnipay\PayPal\Message\RestAuthorizeRequest, Omnipay\PayPal\Message\RestListPlanRequest, Omnipay\PayPal\Message\RestListPlanRequest, Omnipay\Common\AbstractGatewayTest_MockAbstractRequest, Omnipay\PayPal\Message\RestSearchTransactionRequest, Omnipay\PayPal\Message\RestSearchTransactionRequest, Omnipay\Common\Message\AbstractResponse, Omnipay\Common\Message\AbstractResponse, Omnipay\PayPal\Message\RestCompleteSubscriptionRequest, Omnipay\PayPal\Message\RestCompleteSubscriptionRequest, Omnipay\PayPal\Message\ExpressAuthorizeRequest, Omnipay\PayPal\Message\ExpressAuthorizeRequest, Omnipay\PayPal\Message\RestUpdatePlanRequest, Omnipay\PayPal\Message\RestUpdatePlanRequest, Omnipay\PayPal\Message\RestCreateCardRequest, Omnipay\PayPal\Message\RestCreateCardRequest, Omnipay\PayPal\Message\RestCancelSubscriptionRequest, Omnipay\PayPal\Message\RestReactivateSubscriptionRequest, Omnipay\PayPal\Message\RestSuspendSubscriptionRequest, Omnipay\PayPal\Message\RestCancelSubscriptionRequest, Omnipay\PayPal\Message\RestReactivateSubscriptionRequest, Omnipay\PayPal\Message\RestSuspendSubscriptionRequest, Omnipay\PayPal\Message\RestCompletePurchaseRequest, Omnipay\PayPal\Message\RestCompletePurchaseRequest, Omnipay\PayPal\Message\RestDeleteCardRequest, Omnipay\PayPal\Message\RestRefundRequest, Omnipay\PayPal\Message\RestDeleteCardRequest, Omnipay\PayPal\Message\RestRefundRequest, Omnipay\PayPal\Message\RestCaptureRequest, Omnipay\PayPal\Message\RestCaptureRequest, Omnipay\PayPal\Message\RestFetchTransactionRequest, Omnipay\PayPal\Message\RestFetchTransactionRequest, Omnipay\PayPal\Message\RestFetchPurchaseRequest, Omnipay\PayPal\Message\RestFetchPurchaseRequest, Omnipay\PayPal\Message\RestTokenRequest, Omnipay\PayPal\Message\RestTokenRequest, Omnipay\PayPal\Message\RestRefundCaptureRequest, Omnipay\PayPal\Message\RestVoidRequest, Omnipay\PayPal\Message\RestRefundCaptureRequest, Omnipay\PayPal\Message\RestVoidRequest, Omnipay\PayPal\Message\ExpressTransactionSearchRequest, Omnipay\PayPal\Message\ExpressTransactionSearchRequest, Omnipay\PayPal\Message\CaptureRequest, Omnipay\PayPal\Message\ExpressCompleteAuthorizeRequest, Omnipay\PayPal\Message\ExpressCompleteOrderRequest, Omnipay\PayPal\Message\ExpressCompletePurchaseRequest, Omnipay\PayPal\Message\ExpressFetchCheckoutRequest, Omnipay\PayPal\Message\ExpressInContextOrderRequest, Omnipay\PayPal\Message\ExpressOrderRequest, Omnipay\PayPal\Message\ExpressVoidRequest, Omnipay\PayPal\Message\FetchTransactionRequest, Omnipay\PayPal\Message\ProAuthorizeRequest, Omnipay\PayPal\Message\ProPurchaseRequest, Omnipay\PayPal\Message\RefundRequest, Omnipay\PayPal\Message\CaptureRequest, Omnipay\PayPal\Message\ExpressCompleteAuthorizeRequest, Omnipay\PayPal\Message\ExpressCompleteOrderRequest, Omnipay\PayPal\Message\ExpressCompletePurchaseRequest, Omnipay\PayPal\Message\ExpressFetchCheckoutRequest, Omnipay\PayPal\Message\ExpressInContextOrderRequest, Omnipay\PayPal\Message\ExpressOrderRequest, Omnipay\PayPal\Message\ExpressVoidRequest, Omnipay\PayPal\Message\FetchTransactionRequest, Omnipay\PayPal\Message\ProAuthorizeRequest, Omnipay\PayPal\Message\ProPurchaseRequest, and Omnipay\PayPal\Message\RefundRequest.

Referenced by Omnipay\Common\Message\AbstractRequest\send().

◆ getData() [2/2]

Omnipay\Common\Message\MessageInterface::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.

Returns
mixed

Implemented in Omnipay\Common\Message\AbstractRequestTest_MockAbstractRequest, Omnipay\PayPal\Message\RestCreateSubscriptionRequest, Omnipay\PayPal\Message\RestCreateSubscriptionRequest, Omnipay\PayPal\Message\RestCreatePlanRequest, Omnipay\PayPal\Message\RestCreatePlanRequest, Omnipay\PayPal\Message\RestListPurchaseRequest, Omnipay\PayPal\Message\RestListPurchaseRequest, Omnipay\PayPal\Message\RestPurchaseRequest, Omnipay\PayPal\Message\RestPurchaseRequest, Omnipay\PayPal\Message\RestAuthorizeRequest, Omnipay\PayPal\Message\RestAuthorizeRequest, Omnipay\PayPal\Message\RestListPlanRequest, Omnipay\PayPal\Message\RestListPlanRequest, Omnipay\Common\AbstractGatewayTest_MockAbstractRequest, Omnipay\PayPal\Message\RestSearchTransactionRequest, Omnipay\PayPal\Message\RestSearchTransactionRequest, Omnipay\Common\Message\AbstractResponse, Omnipay\Common\Message\AbstractResponse, Omnipay\PayPal\Message\RestCompleteSubscriptionRequest, Omnipay\PayPal\Message\RestCompleteSubscriptionRequest, Omnipay\PayPal\Message\ExpressAuthorizeRequest, Omnipay\PayPal\Message\ExpressAuthorizeRequest, Omnipay\PayPal\Message\RestUpdatePlanRequest, Omnipay\PayPal\Message\RestUpdatePlanRequest, Omnipay\PayPal\Message\RestCreateCardRequest, Omnipay\PayPal\Message\RestCreateCardRequest, Omnipay\PayPal\Message\RestCancelSubscriptionRequest, Omnipay\PayPal\Message\RestReactivateSubscriptionRequest, Omnipay\PayPal\Message\RestSuspendSubscriptionRequest, Omnipay\PayPal\Message\RestCancelSubscriptionRequest, Omnipay\PayPal\Message\RestReactivateSubscriptionRequest, Omnipay\PayPal\Message\RestSuspendSubscriptionRequest, Omnipay\PayPal\Message\RestCompletePurchaseRequest, Omnipay\PayPal\Message\RestCompletePurchaseRequest, Omnipay\PayPal\Message\RestDeleteCardRequest, Omnipay\PayPal\Message\RestRefundRequest, Omnipay\PayPal\Message\RestDeleteCardRequest, Omnipay\PayPal\Message\RestRefundRequest, Omnipay\PayPal\Message\RestCaptureRequest, Omnipay\PayPal\Message\RestCaptureRequest, Omnipay\PayPal\Message\RestFetchTransactionRequest, Omnipay\PayPal\Message\RestFetchTransactionRequest, Omnipay\PayPal\Message\RestFetchPurchaseRequest, Omnipay\PayPal\Message\RestFetchPurchaseRequest, Omnipay\PayPal\Message\RestTokenRequest, Omnipay\PayPal\Message\RestTokenRequest, Omnipay\PayPal\Message\RestRefundCaptureRequest, Omnipay\PayPal\Message\RestVoidRequest, Omnipay\PayPal\Message\RestRefundCaptureRequest, Omnipay\PayPal\Message\RestVoidRequest, Omnipay\PayPal\Message\ExpressTransactionSearchRequest, Omnipay\PayPal\Message\ExpressTransactionSearchRequest, Omnipay\PayPal\Message\CaptureRequest, Omnipay\PayPal\Message\ExpressCompleteAuthorizeRequest, Omnipay\PayPal\Message\ExpressCompleteOrderRequest, Omnipay\PayPal\Message\ExpressCompletePurchaseRequest, Omnipay\PayPal\Message\ExpressFetchCheckoutRequest, Omnipay\PayPal\Message\ExpressInContextOrderRequest, Omnipay\PayPal\Message\ExpressOrderRequest, Omnipay\PayPal\Message\ExpressVoidRequest, Omnipay\PayPal\Message\FetchTransactionRequest, Omnipay\PayPal\Message\ProAuthorizeRequest, Omnipay\PayPal\Message\ProPurchaseRequest, Omnipay\PayPal\Message\RefundRequest, Omnipay\PayPal\Message\CaptureRequest, Omnipay\PayPal\Message\ExpressCompleteAuthorizeRequest, Omnipay\PayPal\Message\ExpressCompleteOrderRequest, Omnipay\PayPal\Message\ExpressCompletePurchaseRequest, Omnipay\PayPal\Message\ExpressFetchCheckoutRequest, Omnipay\PayPal\Message\ExpressInContextOrderRequest, Omnipay\PayPal\Message\ExpressOrderRequest, Omnipay\PayPal\Message\ExpressVoidRequest, Omnipay\PayPal\Message\FetchTransactionRequest, Omnipay\PayPal\Message\ProAuthorizeRequest, Omnipay\PayPal\Message\ProPurchaseRequest, and Omnipay\PayPal\Message\RefundRequest.


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