Package DE_EPAGES::Mollie::API::Object::LineItemPaymentMollie
object interface for LineItemPaymentMollie.
Base |
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemPaymentMollie->className; |
Return |
|
getDisplayTransID
This overwrites the default LineItemPaymentExternal->getDisplayTransID() method to return TransID2 instead the default TransID.
Syntax |
$DisplayTransID = $LineItemPayment->getDisplayTransID() ; |
Return |
|
setTransactionStatus
Sets transaction status.
Syntax |
setTransactionStatus( $TransactionStatus, $Timestamp ); |
Input |
|