ePages 7.28.0 - DE_EPAGES/Mollie/API/Object/LineItemPaymentMollie.pm

Package DE_EPAGES::Mollie::API::Object::LineItemPaymentMollie

object interface for LineItemPaymentMollie.

Base
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal

Functions

className
getDisplayTransID
setTransactionStatus

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $LineItemPaymentMollie->className;
Return
$ClassName (String)
class name

getDisplayTransID

This overwrites the default LineItemPaymentExternal->getDisplayTransID() method to return TransID2 instead the default TransID.

Syntax
$DisplayTransID = $LineItemPayment->getDisplayTransID() ;
Return
$DisplayTransID (string)
TransID2 attribute

setTransactionStatus

Sets transaction status.

Syntax
setTransactionStatus( $TransactionStatus, $Timestamp );
Input
$TransactionStatus (string)
Transaction status.
$Timestamp (string)
Timestamp.