EPG PHP SDK
Loading...
Searching...
No Matches
QuixTransaction Class Reference

Public Member Functions

 __construct (?string $raw)
 
 getMessage ()
 Get the message associated with the notification.
 
 getStatus ()
 Get the status associated with the notification.
 
 getOperationSize ()
 Get the size of the operation.
 
 getWorkFlowResponse ()
 Get the workflow response associated with the notification.
 
 getOperation ()
 Get the operation details associated with the notification.
 
 getOptionalTransactionParams ()
 Get the optional transaction parameters associated with the notification.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( ?string  $raw)

Member Function Documentation

◆ getMessage()

getMessage ( )

Get the message associated with the notification.

Returns
string|null The message or null if not found.

◆ getOperation()

getOperation ( )

Get the operation details associated with the notification.

Returns
null|Operation The operation details.

◆ getOperationSize()

getOperationSize ( )

Get the size of the operation.

Returns
int|null The operation size or null if not found.

◆ getOptionalTransactionParams()

getOptionalTransactionParams ( )

Get the optional transaction parameters associated with the notification.

Returns
mixed The optional transaction parameters.

◆ getStatus()

getStatus ( )

Get the status associated with the notification.

Returns
string|null The status or null if not found.

◆ getWorkFlowResponse()

getWorkFlowResponse ( )

Get the workflow response associated with the notification.

Returns
mixed The workflow response.

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