The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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

ACCESSORS

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

Status

Translates the StatusTypeCode to a short description. Can return

  • In Transit

  • Delivered

  • Exeption

  • Pickup

  • Manifest Pickup

  • Unknown

meta

Moose meta method