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

Public Member Functions

 __construct (mixed $operation)
 
 getType ()
 Get the type of the operation.
 
 getStatus ()
 Get the status of the operation.
 
 getPaySolTransactionId ()
 Get the PaySol transaction ID.
 
 getPayFrexTransactionId ()
 Get the PayFrex transaction ID.
 
 getTransactionId ()
 Get the transaction ID.
 
 getOperationType ()
 Get the operation type.
 
 getCurrency ()
 Get the currency of the operation.
 
 getAmount ()
 Get the amount of the operation.
 
 getService ()
 Get the service of the operation.
 
 getMessage ()
 Get the message associated with the operation.
 
 getMerchantTransactionId ()
 Get the merchant transaction ID.
 
 getRespCode ()
 Get the response code object for the operation.
 
 getPaymentDetails ()
 Get the payment details object for the operation.
 
 getPaymentCode ()
 Get the payment code associated with the operation.
 
 getPaymentMessage ()
 Get the payment message associated with the operation.
 
 getMPI ()
 Get the MPI object for the operation.
 
 getDetails ()
 Get additional details of the operation.
 
 getPaymentMethod ()
 Get the payment method used in the operation.
 
 getPaymentSolution ()
 Get the payment solution used in the operation.
 
 getAuthCode ()
 Get the authorization code associated with the operation.
 
 getCheckoutURL ()
 Get the checkout URL for the operation.
 
 getSubscriptionPlan ()
 Get the subscription plan information associated with the operation.
 
 getFee ()
 Get the fee associated with the operation.
 
 getCheckFields ()
 Get the check fields associated with the operation.
 
 getStatusType3DS ()
 Get the status of the 3DS (3-D Secure) for the operation.
 
 getRad ()
 Get RAD (Risk Assessment Decision) information associated with the operation.
 
 getRadMessage ()
 Get the RAD message associated with the operation.
 
 getPaymentResponse ()
 Get the payment response information associated with the operation.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( mixed  $operation)

Member Function Documentation

◆ getAmount()

getAmount ( )

Get the amount of the operation.

Returns
?float The operation amount.

◆ getAuthCode()

getAuthCode ( )

Get the authorization code associated with the operation.

Returns
mixed The authorization code or null if not found.

◆ getCheckFields()

getCheckFields ( )

Get the check fields associated with the operation.

Returns
mixed Check fields or null if not found.

◆ getCheckoutURL()

getCheckoutURL ( )

Get the checkout URL for the operation.

Returns
string|null The checkout URL or null if not found.

◆ getCurrency()

getCurrency ( )

Get the currency of the operation.

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

◆ getDetails()

getDetails ( )

Get additional details of the operation.

Returns
mixed Additional details or null if not found.

◆ getFee()

getFee ( )

Get the fee associated with the operation.

Returns
float|null The fee amount or null if not found.

◆ getMerchantTransactionId()

getMerchantTransactionId ( )

Get the merchant transaction ID.

Returns
mixed The merchant transaction ID or null if not found.

◆ getMessage()

getMessage ( )

Get the message associated with the operation.

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

◆ getMPI()

getMPI ( )

Get the MPI object for the operation.

Returns
?MPI The MPI object.

◆ getOperationType()

getOperationType ( )

Get the operation type.

Returns
string|null The operation type or null if not found.

◆ getPayFrexTransactionId()

getPayFrexTransactionId ( )

Get the PayFrex transaction ID.

Returns
mixed The PayFrex transaction ID or null if not found.

◆ getPaymentCode()

getPaymentCode ( )

Get the payment code associated with the operation.

Returns
mixed The payment code or null if not found.

◆ getPaymentDetails()

getPaymentDetails ( )

Get the payment details object for the operation.

Returns
?PaymentDetails The payment details object.

◆ getPaymentMessage()

getPaymentMessage ( )

Get the payment message associated with the operation.

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

◆ getPaymentMethod()

getPaymentMethod ( )

Get the payment method used in the operation.

Returns
mixed The payment method or null if not found.

◆ getPaymentResponse()

getPaymentResponse ( )

Get the payment response information associated with the operation.

Returns
mixed Payment response information or null if not found.

◆ getPaymentSolution()

getPaymentSolution ( )

Get the payment solution used in the operation.

Returns
mixed The payment solution or null if not found.

◆ getPaySolTransactionId()

getPaySolTransactionId ( )

Get the PaySol transaction ID.

Returns
mixed The PaySol transaction ID or null if not found.

◆ getRad()

getRad ( )

Get RAD (Risk Assessment Decision) information associated with the operation.

Returns
mixed RAD information or null if not found.

◆ getRadMessage()

getRadMessage ( )

Get the RAD message associated with the operation.

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

◆ getRespCode()

getRespCode ( )

Get the response code object for the operation.

Returns
?RespCode The response code object.

◆ getService()

getService ( )

Get the service of the operation.

Returns
mixed The service information.

◆ getStatus()

getStatus ( )

Get the status of the operation.

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

◆ getStatusType3DS()

getStatusType3DS ( )

Get the status of the 3DS (3-D Secure) for the operation.

Returns
mixed The 3DS status or null if not found.

◆ getSubscriptionPlan()

getSubscriptionPlan ( )

Get the subscription plan information associated with the operation.

Returns
mixed Subscription plan information or null if not found.

◆ getTransactionId()

getTransactionId ( )

Get the transaction ID.

Returns
mixed The transaction ID or null if not found.

◆ getType()

getType ( )

Get the type of the operation.

Returns
string|null The operation type or null if not found.

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