NAME
Business::Shipping::Shipment::UPS
VERSION
$Rev: 280 $
METHODS
to_residential()
Defaults to true.
packaging()
weight()
# Uses the standard Shipment::weight().
signature_type()
insured_currency_type()
insured_value()
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
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.