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

Public Member Functions

 __construct (mixed $operation)
 
 getStatus ()
 Get the status of the ThreeDs operation.
 
 getTransactionId ()
 Get the PayFrex transaction ID of the TRA operation.
 
 getPayFrexTransactionId ()
 Get the PayFrex transaction ID of the ThreeDs operation.
 
 getOperationType ()
 Get the operation type of the ThreeDs operation.
 
 getCurrency ()
 Get the currency of the ThreeDs operation.
 
 getAmount ()
 Get the amount of the ThreeDs operation.
 
 getService ()
 Get the service of the ThreeDs operation.
 
 getMessage ()
 Get the message of the ThreeDs operation.
 
 getMerchantTransactionId ()
 Get the merchant transaction ID of the ThreeDs operation.
 
 getRespCode ()
 Get the response code of the ThreeDs operation.
 
 getPaymentDetails ()
 Get the payment details of the ThreeDs operation.
 
 getRedirectionResponse ()
 Get the redirection response of the ThreeDs operation.
 
 getPaymentCode ()
 Get the payment code of the ThreeDs operation.
 
 getPaymentMessage ()
 Get the payment message of the ThreeDs operation.
 
 getMPI ()
 Get the MPI of the ThreeDs operation.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( mixed  $operation)

Member Function Documentation

◆ getAmount()

getAmount ( )

Get the amount of the ThreeDs operation.

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

◆ getCurrency()

getCurrency ( )

Get the currency of the ThreeDs operation.

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

◆ getMerchantTransactionId()

getMerchantTransactionId ( )

Get the merchant transaction ID of the ThreeDs operation.

Returns
string|null The merchant transaction ID or null if not found.

◆ getMessage()

getMessage ( )

Get the message of the ThreeDs operation.

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

◆ getMPI()

getMPI ( )

Get the MPI of the ThreeDs operation.

Returns
MPI|null The MPI or null if not found.

◆ getOperationType()

getOperationType ( )

Get the operation type of the ThreeDs operation.

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

◆ getPayFrexTransactionId()

getPayFrexTransactionId ( )

Get the PayFrex transaction ID of the ThreeDs operation.

Returns
null|string The PayFrex transaction ID or null if not found.

◆ getPaymentCode()

getPaymentCode ( )

Get the payment code of the ThreeDs operation.

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

◆ getPaymentDetails()

getPaymentDetails ( )

Get the payment details of the ThreeDs operation.

Returns
PaymentDetails|null The payment details or null if not found.

◆ getPaymentMessage()

getPaymentMessage ( )

Get the payment message of the ThreeDs operation.

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

◆ getRedirectionResponse()

getRedirectionResponse ( )

Get the redirection response of the ThreeDs operation.

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

◆ getRespCode()

getRespCode ( )

Get the response code of the ThreeDs operation.

Returns
RespCode|null The response code or null if not found.

◆ getService()

getService ( )

Get the service of the ThreeDs operation.

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

◆ getStatus()

getStatus ( )

Get the status of the ThreeDs operation.

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

◆ getTransactionId()

getTransactionId ( )

Get the PayFrex transaction ID of the TRA operation.

Returns
string|null The transaction ID or null if not found.

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