NAME

Net::Easypost::Parcel - An object to represent an Easypost parcel

VERSION

version 0.09

ATTRIBUTES

length

The length of the parcel in inches.

width

The width of the parcel in inches.

height

The height of the parcel in inches.

weight

The weight of the parcel in ounces. (There are 16 ounces in a U.S. pound.)

predefined_package

A carrier specific flat-rate package name. See https://www.geteasypost.com/api for these.

METHODS

serialize

Format this object into a form suitable for use with the Easypost service.

clone

Make a new copy of this object.

AUTHOR

Mark Allen <mrallen1@yahoo.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Mark Allen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.