ePages 7.37.0 - 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
new

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

new

overloads DE_EPAGES::Core::API::BaseObject->new to decrypt attributes before store in cache

Syntax
$Object = $Package->new('ObjectID' => $ObjectID, ... );
Input
%Attributes (hash)
attribute value hash
Return
$Object (object)
existing object