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::Async::Webservice::UPS::Response::ShipmentBase - base class for UPS shipment responses

VERSION

version 1.1.1

ATTRIBUTES

unit

Either KGS or LBS, unit of measurement for the "billing_weight". Required.

billing_weight

Number, the shipment weight you're being billed for, measured in kilograms or pounds accourding to "unit".

currency

String, the currency code for all the charges.

service_option_charges

Number, how much the service option costs (in "currency").

transportation_charges

Number, how much the transport costs (in "currency").

total_charges

Number, how much you're being billed for (in "currency").

shipment_identification_number

Unique string that UPS will use to identify this shipment.

AUTHORS

  • Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>

  • Sherzod B. Ruzmetov <sherzodr@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>.

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