The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Easypost::Rate - An object to represent an Easypost shipping rate

VERSION

version 0.06

ATTRIBUTES

carrier

The shipping carrier. At the current time, the United States Postal Service (USPS) is the only supported carrier.

service

The shipping service name. For example, for the USPS, these include 'Priority', 'Express', 'Media Mail' and others.

rate

The price in US dollars to ship using the associated carrier and service.

METHODS

serialize

Format this object into a form suitable to use with Easypost.

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.