ePages 6.10 - DE_EPAGES/Saferpay/API/Object/SaferpayCreditCard.pm

Package DE_EPAGES::Saferpay::API::Object::SaferpayCreditCard

object interface for SaferpayCreditCard.

Base
DE_EPAGES::Object::API::Object::Object

Functions

className
clone
dbPackage

className

Returns the class name, used for DAL access.

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

clone

We have to make sure that we use the correct LineItemSaferpay attribute value. (EPG-14318)

Syntax
$Clone = $Object->clone( $hInfo );
$Clone = $Object->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)
the new object

dbPackage

Returns the database package, used for DAL access.

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