ePages 7.37.0 - DE_EPAGES/PaymentTypes/API/Object/LineItemPaymentDCC.pm

Package DE_EPAGES::PaymentTypes::API::Object::LineItemPaymentDCC

Object interface for LineItemPaymentDCC.

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

Functions

className
dbPackage
getExtraExportableAttributes
new

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $LineItemPaymentDCC->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