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

Public Member Functions

 __construct (mixed $operation)
 
 getStatus ()
 Get the status of the Payment Solution operation.
 
 getPaySolTransactionId ()
 Get the PaySol transaction ID of the Payment Solution operation.
 
 getTransactionId ()
 Get the transaction ID of the Payment Solution operation.
 
 getOperationType ()
 Get the operation type of the Payment Solution operation.
 
 getCurrency ()
 Get the currency of the Payment Solution operation.
 
 getAmount ()
 Get the amount of the Payment Solution operation.
 
 getMessage ()
 Get the message of the Payment Solution operation.
 
 getMerchantTransactionId ()
 Get the merchant transaction ID of the Payment Solution operation.
 
 getRespCode ()
 Get the response code of the Payment Solution operation.
 
 getPaymentDetails ()
 Get the payment details of the Payment Solution operation.
 
 getPaymentCode ()
 Get the payment code of the Payment Solution operation.
 
 getPaymentMessage ()
 Get the payment message of the Payment Solution operation.
 
 getMPI ()
 Get the MPI of the Payment Solution operation.
 
 getDetails ()
 Get the details of the Payment Solution operation.
 
 getPaymentMethod ()
 Get the payment method of the Payment Solution operation.
 
 getPaymentSolution ()
 Get the payment solution of the Payment Solution operation.
 
 getSubscriptionPlan ()
 Get the Subscription plan of the Payment Solution operation.
 
 getAuthCode ()
 Get the authorization code of the Payment Solution operation.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( mixed  $operation)

Member Function Documentation

◆ getAmount()

getAmount ( )

Get the amount of the Payment Solution operation.

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

◆ getAuthCode()

getAuthCode ( )

Get the authorization code of the Payment Solution operation.

Returns
mixed The authorization code.

◆ getCurrency()

getCurrency ( )

Get the currency of the Payment Solution operation.

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

◆ getDetails()

getDetails ( )

Get the details of the Payment Solution operation.

Returns
mixed The details.

◆ getMerchantTransactionId()

getMerchantTransactionId ( )

Get the merchant transaction ID of the Payment Solution operation.

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

◆ getMessage()

getMessage ( )

Get the message of the Payment Solution operation.

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

◆ getMPI()

getMPI ( )

Get the MPI of the Payment Solution operation.

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

◆ getOperationType()

getOperationType ( )

Get the operation type of the Payment Solution operation.

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

◆ getPaymentCode()

getPaymentCode ( )

Get the payment code of the Payment Solution operation.

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

◆ getPaymentDetails()

getPaymentDetails ( )

Get the payment details of the Payment Solution operation.

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

◆ getPaymentMessage()

getPaymentMessage ( )

Get the payment message of the Payment Solution operation.

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

◆ getPaymentMethod()

getPaymentMethod ( )

Get the payment method of the Payment Solution operation.

Returns
mixed The payment method.

◆ getPaymentSolution()

getPaymentSolution ( )

Get the payment solution of the Payment Solution operation.

Returns
mixed The payment solution.

◆ getPaySolTransactionId()

getPaySolTransactionId ( )

Get the PaySol transaction ID of the Payment Solution operation.

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

◆ getRespCode()

getRespCode ( )

Get the response code of the Payment Solution operation.

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

◆ getStatus()

getStatus ( )

Get the status of the Payment Solution operation.

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

◆ getSubscriptionPlan()

getSubscriptionPlan ( )

Get the Subscription plan of the Payment Solution operation.

Returns
mixed The Subscription plan.

◆ getTransactionId()

getTransactionId ( )

Get the transaction ID of the Payment Solution operation.

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

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