Package DE_EPAGES::Spreedly::API::Object::LineItemPaymentSpreedly
object interface for LineItemPaymentSpreedly.
Base |
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemPaymentSpreedly->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $LineItemPaymentSpreedly->dbPackage; |
Return |
|
getDisplayTransID
This overwrites the default LineItemPaymentExternal->getDisplayTransID() method to return TransID2 instead the default TransID.
Syntax |
$DisplayTransID = $LineItemPayment->getDisplayTransID() ; |
Return |
|
new
overloads DE_EPAGES::Core::API::BaseObject->new to decrypt attributes before store in cache
Syntax |
$Object = $Package->new('ObjectID' => $ObjectID, ... ); |
Input |
|
Return |
|