NAME

Business::Shipping::Package - Abstract class

VERSION

$Rev: 190 $

DESCRIPTION

Represents package-level information (e.g. weight). Subclasses provide real implementation.

METHODS

$package->weight()

Accessor for weight.

$package->id()

Package ID (for unique identification in a list of packages).

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.