Package DE_EPAGES::Shipping::API::Object::ShippingType
object interface for ShippingType.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ShippingType->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ShippingType->dbPackage; |
Return |
|
newShippingMethod
Creates a new shipping method with the given parameters.
Syntax |
my $ShippingMethod = $ShippingType->newShippingMethod($Shop, $hInfo); |
Input |
|