| Business-UPS-Tracking documentation | view source | Contained in the Business-UPS-Tracking distribution. |
Business::UPS::Tracking::Element::Package - A small freight package
This class represents an small freight package. Usually it is created automatically from a Business::UPS::Tracking::Shipment object.
Original XML::LibXML::Node node.
Arrayref of Business::UPS::Tracking::Element::Activity objects ordered by activity date and time. Check the first element in the list for the most recent status.
Date and time of rescheduled delivery attempt. Returns a DateTime object.
Returns a Business::UPS::Tracking::Element::Address object.
Returns a Business::UPS::Tracking::Element::Address object.
Returns 'A' (adult signature), 'S' (signature) or undef (no signature required).
Package weight. Returns a Business::UPS::Tracking::Element::Weight object.
UPS tracking number.
Returns a Business::UPS::Tracking::Element::Address object.
Returns the last known status. Can return
If you need to obtain more detailed information on the current status use
$pakcage->Activity->[0]-<gtStatusTypeDescription>,
$pakcage->Activity->[0]-<gtStatusCode> and
$pakcage->Activity->[0]-<gtDateTime>.
Moose meta method
| Business-UPS-Tracking documentation | view source | Contained in the Business-UPS-Tracking distribution. |