NAME
Business::Shipping::Shipment::UPS
VERSION
$Rev: 240 $
METHODS
to_residential()
Defaults to true.
packaging()
weight()
massage_values()
Assign a package type (if none given) based on the service. Set weight to 0.01 minimum. Remove "+4" from ZIP+4.
Required()
from_state only required for Offline international orders.
from_state_abbrev()
Returns the abbreviated form of 'from_state'.
from_ak_or_hi()
Alaska and Hawaii are treated differently by many shippers.
service
Stores the name as the user entered it, and updates the sibling methods.
service_code
The correct UPS code (e.g. 03).
service_nick
The semi-official UPS nickname (e.g. 'GNDRES').
service_name
The official UPS name (e.g. 'Ground Residential').
service_nick2
The other nickname for that service (e.g. 'Ground'), used in offline UPS data files.
service_code_to_nick
service_code_to_name
service_info
Provides implementation details for service() and friends.
AUTHOR
Dan Browning <db@kavod.com>, Kavod Technologies, http://www.kavod.com.
COPYRIGHT AND LICENCE
Copyright (c) 2003-2004 Kavod Technologies, Dan Browning. 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.