Package DE_EPAGES::DocdataPay::API::Object::LineItemPaymentDocdataPay
object interface for LineItemPaymentDocdataPay.
Base |
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal |
Functions
capturePayment
Sends Capture Request to DocdataPay.
Syntax |
capturePayment(); |
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemPaymentDocdataPay->className; |
Return |
|
getDisplayTransID
This overwrites the default LineItemPaymentExternal->getDisplayTransID() method to return TransID2 instead the default TransID.
Syntax |
$DisplayTransID = $LineItemPayment->getDisplayTransID() ; |
Return |
|
getTransStatus
Fetches Transaction Status from Docdata
Syntax |
$Object->getTransStatus( $Input1, $Input2); |
Example |
${ReturnVariable} = $Object->getTransStatus( Example1, Example2 ); |
Return |
|
updateOnExecute
This functions sets amount and currency.
Syntax |
$updateOnExecute($hParams); |
Input |
|