ePages 6.10 - DE_EPAGES/ShippingOption/API/Object/ShippingOptionPrice.pm

Package DE_EPAGES::ShippingOption::API::Object::ShippingOptionPrice

object interface for ShippingOptionPrice.

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

Functions

className
dbPackage
id
primaryKey

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

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

id

Returns the ShippingOptionPrice id.

Syntax
$ShippingOptionPriceID = $ShippingOptionPrice->id;
Return
$ShippingOptionPriceID (int)
shipping option price id

primaryKey

Returns the name of the primary key.

Syntax
$PrimaryKey = $ShippingOptionPrice->primaryKey;
Return
$PrimaryKey (String)
primimary key