Package DE_EPAGES::PaymentTypes::API::Object::LineItemPaymentDCC
Object interface for LineItemPaymentDCC.
Base |
DE_EPAGES::Order::API::Object::LineItemPayment |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemPaymentDCC->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $LineItemPaymentDCC->dbPackage; |
Return |
|
getExtraExportableAttributes
Returns names of attributes of object for XML export of orders.
Syntax |
$aAttributes = $Object->getExtraExportableAttributes(); |
Return |
|
new
overloads DE_EPAGES::Core::API::BaseObject->new to decrypt attributes before store in cache
Syntax |
$Object = $Package->new('ObjectID' => $ObjectID, ... ); |
Input |
|
Return |
|