ePages 6.17.52 - DE_EPAGES/USPS/API/Object/LineItemShippingUSPS.pm

Package DE_EPAGES::USPS::API::Object::LineItemShippingUSPS

object interface for LineItemShippingUSPS.

Base
DE_EPAGES::Order::API::Object::LineItemShipping

Functions

className
dbPackage
prepareOrder

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

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

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
$hValues (ref.hash)
environment information
  • Basket - basket object
  • Servlet - servlet handling the current request