Package DE_EPAGES::Payment::API::Object::PaymentLevel
object interface for PaymentLevel.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $PaymentLevel->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $PaymentLevel->dbPackage; |
Return |
|
id
Returns the PaymentLevel id.
Syntax |
$PaymentLevelID = $PaymentLevel->id; |
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $PaymentLevel->primaryKey; |
Return |
|