ePages 6.17.48 - DE_EPAGES/Paybox/API/PaymentCallbackParams.pm

Package DE_EPAGES::Paybox::API::PaymentCallbackParams

Class to wrap callback parameters provided by Paybox.

Functions

getAmount
getAuto
getCallNumber
getCode
getPaymentMethodID
getPays
getQueryString
getTransID
getTransID2
new
operationSuccessful

getAmount

Getter.

Syntax
getAmount();
Return
§result (string)
attribute provided by callback

getAuto

Getter.

Syntax
getAuto();
Return
§result (string)
attribute provided by callback

getCallNumber

Getter.

Syntax
getCallNumber();
Return
§result (string)
attribute provided by callback

getCode

Getter.

Syntax
getCode();
Return
§result (string)
attribute provided by callback

getPaymentMethodID

Getter.

Syntax
getPaymentMethodID();
Return
§result (string)
attribute provided by callback

getPays

Getter.

Syntax
getPays();
Return
§result (string)
attribute provided by callback

getQueryString

Getter.

Syntax
getQueryString();
Return
§result (string)
attribute provided by callback

getTransID

Getter.

Syntax
getTransID();
Return
§result (string)
attribute provided by callback

getTransID2

Getter.

Syntax
getTransID2();
Return
§result (string)
attribute provided by callback

new

Constructor.

Syntax
new ();
Input
$Servlet->params (ref hash)
servlet params
Return
$self (object)
A new PymentCallbackParams object

operationSuccessful

Determines if operation was successful based on callback parameters.

Syntax
operationSuccessful();
Return
§success (boolean)
true if operation was successful, false otherwise