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

Public Member Functions

 __construct (mixed $operation)
 
 getStatus ()
 Get the status of the TRA operation.
 
 getPaySolTransactionId ()
 Get the PaySol transaction ID of the TRA operation.
 
 getTransactionId ()
 Get the PayFrex transaction ID of the TRA operation.
 
 getPayFrexTransactionId ()
 Get the PayFrex transaction ID of the TRA operation.
 
 getOperationType ()
 Get the operation type of the TRA operation.
 
 getCurrency ()
 Get the currency of the TRA operation.
 
 getAmount ()
 Get the amount of the TRA operation.
 
 getService ()
 Get the service of the TRA operation.
 
 getMerchantTransactionId ()
 Get the merchant transaction ID of the TRA operation.
 
 getRespCode ()
 Get the response code of the TRA operation.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( mixed  $operation)

Member Function Documentation

◆ getAmount()

getAmount ( )

Get the amount of the TRA operation.

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

◆ getCurrency()

getCurrency ( )

Get the currency of the TRA operation.

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

◆ getMerchantTransactionId()

getMerchantTransactionId ( )

Get the merchant transaction ID of the TRA operation.

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

◆ getOperationType()

getOperationType ( )

Get the operation type of the TRA operation.

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

◆ getPayFrexTransactionId()

getPayFrexTransactionId ( )

Get the PayFrex transaction ID of the TRA operation.

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

◆ getPaySolTransactionId()

getPaySolTransactionId ( )

Get the PaySol transaction ID of the TRA operation.

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

◆ getRespCode()

getRespCode ( )

Get the response code of the TRA operation.

Returns
RespCode|null|string The response code, null if not found, or an instance of RespCode.

◆ getService()

getService ( )

Get the service of the TRA operation.

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

◆ getStatus()

getStatus ( )

Get the status of the TRA 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: