| Business-UPS-Tracking documentation | view source | Contained in the Business-UPS-Tracking distribution. |
Business::UPS::Tracking::Element::Weight - A shipment or package weight
This class represents a declaration of weight. Usually it is created automatically from a Business::UPS::Tracking::Shipment object.
This module uses overload for stringification if called in string context.
Original XML::LibXML::Node node.
Unit of measurement. Returns a Business::UPS::Tracking::Element::Code object.
Weight value (e.g. '5.50')
Returns the weight as a string (eg. '14.5 KGS')
Moose meta method
| Business-UPS-Tracking documentation | view source | Contained in the Business-UPS-Tracking distribution. |