The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Easypost::Rate

VERSION

version 0.23

NAME

Net::Easypost::Rate

SYNOPSIS

Net::Easypost::Rate->new

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

_build_fieldnames
_build_role
clone

returns a new Rate object that is a deep-copy of this Rate object

serialize

serialized form of Rate objects

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.