Package DE_EPAGES::Saferpay::API::Object::LineItemPaymentSaferpay
object interface for LineItemPaymentSaferpay.
Base |
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemPaymentSaferpay->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $LineItemPaymentSaferpay->dbPackage; |
Return |
|
executePayment
This is the starting point for the payment process.
Syntax |
$PaymentLineItem->executePayment; |
getPaymentViewAction
Returns the ViewAction to be used for presenting the payment page. This method is being overridden by sub classes!
Syntax |
$ViewAction = $LineItemPaymentSaferpayCreditCard->getPaymentViewAction; |
Return |
|