NAME
Business::Shipping::USPS_Online::Shipment
DESCRIPTION
See Business::Shipping POD for usage information.
METHODS
pounds
ounces
weight
container
size
machinable
mail_type
width
height
length
girth
from_country
Always returns 'US'.
to_country( $to_country )
Uses the name translaters of Shipping::Shipment::to_country(), then applies its own translations. The former may not be necessary, but the latter is.
packages_push
Syntatic sugar to avoid push @{$self->packages()}, $new_package;
AUTHOR
Daniel Browning, db@kavod.com, http://www.kavod.com/
COPYRIGHT AND LICENCE
Copyright 2003-2011 Daniel Browning <db@kavod.com>. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. See LICENSE for more info.