Package DE_EPAGES::USPS::API::Object::LineItemShippingUSPS
object interface for LineItemShippingUSPS.
Base |
DE_EPAGES::Order::API::Object::LineItemShipping |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemShippingUSPS->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $LineItemShippingUSPS->dbPackage; |
Return |
|
prepareOrder
This functions allows a shipping line item to prepare a basket for the shipping process. The default implementation does nothing. Called by DE_EPAGES::USPS::Hooks::Basket::OnBasket2OrderShippingUSPS
Syntax |
$LineItemShippingUSPS->prepareOrder($hValues); |
Input |
|