NAME
Business::Shipping::UPS_Offline::Shipment
METHODS
disable_hundredweight( )
If true, don't estimate the hundredweight rate even if it would otherwise be possible.
hundredweight_margin( $percent )
If the shipment weight is only $percent (default 10%) higher than the required amount to qualify for hundredweight shipping, then do not calculate hundredweight. This is to guard against the chance that the actual shipment weight turns out to be lower than what is used for estimation, resulting in failed eligibility for hundredweight rates and a much higher rate than estimated.
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.