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

Public Member Functions

 __construct (mixed $operations)
 
 getTRAOperation ()
 Get the TRA operation data from the notification.
 
 getThreeDsOperation ()
 Get the 3DS operation data from the notification.
 
 getPaymentSolutionOperation ()
 Get the Payment Solution operation data from the notification.
 
 getOperationSize ()
 Get operation size.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( mixed  $operations)

Member Function Documentation

◆ getOperationSize()

getOperationSize ( )

Get operation size.

Returns
int|null The Payment Solution operation data or null if not found.

◆ getPaymentSolutionOperation()

getPaymentSolutionOperation ( )

Get the Payment Solution operation data from the notification.

Returns
PaymentSolutionOperation|null The Payment Solution operation data or null if not found.

◆ getThreeDsOperation()

getThreeDsOperation ( )

Get the 3DS operation data from the notification.

Returns
ThreeDsOperation|null The ThreeDs operation data or null if not found.

◆ getTRAOperation()

getTRAOperation ( )

Get the TRA operation data from the notification.

Returns
TRAOperation|null The TRA operation data or null if not found.

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