ePages 7.23.0 - DE_EPAGES/Spreedly/API/Object/LineItemPaymentSpreedly.pm

Package DE_EPAGES::Spreedly::API::Object::LineItemPaymentSpreedly

object interface for LineItemPaymentSpreedly.

Base
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal

Functions

className
dbPackage
getDisplayTransID
new

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

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

getDisplayTransID

This overwrites the default LineItemPaymentExternal->getDisplayTransID() method to return TransID2 instead the default TransID.

Syntax
$DisplayTransID = $LineItemPayment->getDisplayTransID() ;
Return
$DisplayTransID (string)
TransID2 attribute

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