Business::UPS::Tracking::Element::Activity - A small freight package activity


Business-UPS-Tracking documentation  | view source Contained in the Business-UPS-Tracking distribution.

Index


NAME

Top

Business::UPS::Tracking::Element::Activity - A small freight package activity

DESCRIPTION

Top

This class represents an small freight package activity. Usually it is created automatically from a Business::UPS::Tracking::Element::Package object.

ACCESSORS

Top

xml

Original XML::LibXML::Node node.

ActivityLocationAddress

A Business::UPS::Tracking::Element::Address object representing the location of the activity.

ActivityLocation

Type of location. Returns a Business::UPS::Tracking::Element::Code object.

SignedForByName

StatusCode

StatusType

Status code. Returns a Business::UPS::Tracking::Element::Code object.

DateTime

DateTime object.

METHODS

Top

Status

Translates the StatusTypeCode to a short description. Can return

* In Transit
* Delivered
* Exeption
* Pickup
* Manifest Pickup
* Unknown

meta

Moose meta method


Business-UPS-Tracking documentation  | view source Contained in the Business-UPS-Tracking distribution.