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