ePages 6.17.9 - DE_EPAGES/PaymentTypes/API/Object/LineItemPaymentDirectDebit.pm

Package DE_EPAGES::PaymentTypes::API::Object::LineItemPaymentDirectDebit

Object interface for LineItemPaymentDirectDebit.

Base
DE_EPAGES::Order::API::Object::LineItemPayment

Functions

className
clone
dbPackage
getExtraExportableAttributes

className

Returns the class name, used for DAL access.

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

clone

Clones LineItemPaymentDirectDebit.

Syntax
$Clone = $LineItemPaymentDirectDebit->clone($hInfo, $Recursive);
Input
$hInfo (hash ref)
hash with attribute values that are different in the clone object.
Note that the clone cannot have the same Parent and the same Alias.
$Recursive (boolean)
clone child object too (optional, default is false)
Return
$Clone (object)
LineItemPaymentDirectDebit object clone

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $LineItemPaymentDirectDebit->dbPackage;
Return
$DbPackage (String)
database package name

getExtraExportableAttributes

Returns names of attributes of object for XML export of orders.

Syntax
$aAttributes = $Object->getExtraExportableAttributes();
Return
$aAttributes (ref.array.string)
plain attributes