Package DE_EPAGES::Klarna::API::Object::LineItemPaymentKlarna
object interface for LineItemPaymentKlarna.
Base |
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemPaymentKlarna->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $LineItemPaymentKlarna->dbPackage; |
Return |
|
recalculate
If a CashDiscount has been entered in MBO, simply call the function of the super class. Otherwise use a fix price for Klarna payment.
Syntax |
$LineItemPaymentKlarna->recalculate($Container, $hValues); |
Input |
|