NAME
Net::Easypost::Rate
VERSION
version 0.13
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.
shipment_id
ID of the shipment that this Rate object relates to
METHODS
serialize
serialized form of Rate objects
clone
returns a new Rate object that is a deep-copy of this Rate object
AUTHOR
Mark Allen <mrallen1@yahoo.com>, Hunter McMillen <mcmillhj@gmail.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.