ePages 7.28.0 - DE_EPAGES/FedEx/API/Object/LineItemShippingFedEx.pm

Package DE_EPAGES::FedEx::API::Object::LineItemShippingFedEx

object interface for LineItemShippingFedEx.

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

Functions

className
dbPackage
prepareOrder

className

Returns the class name, used for DAL access.

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

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $LineItemShippingFedEx->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::FedEx::Hooks::Basket::OnBasket2OrderShippingFedEx

Syntax
$LineItemShippingFedEx->prepareOrder($hValues);
Input
$hValues (ref.hash)
environment information
  • Basket - basket object
  • Servlet - servlet handling the current request