Why not adopt me?
NAME
Net::Async::Webservice::UPS::Response::PackageResult - information about a package in a booked shipment
VERSION
version 1.1.3
DESCRIPTION
Instances of this class are returned as part of Net::Async::Webservice::UPS::Response::ShipmentAccept by "ship_accept" in Net::Async::Webservice::UPS.
ATTRIBUTES
tracking_number
String, tracking code for this package.
currency
String, the currency code for all the charges.
service_option_charges
Number, how much the service option costs (in "currency") for this package.
label
An instance of Net::Async::Webservice::UPS::Response::Image, label to print for this package.
signature
An instance of Net::Async::Webservice::UPS::Response::Image, not sure what this is for.
html
HTML string, not sure what this is for.
pdf417
String of bytes containing a PDF417 barcode, not sure what this is for.
receipt
An instance of Net::Async::Webservice::UPS::Response::Image, not sure what this is for.
form_code
String, not sure what this is for.
form_image
An instance of Net::Async::Webservice::UPS::Response::Image, not sure what this is for.
form_group_id
String, not sure what this is for.
cod_turn_in
An instance of Net::Async::Webservice::UPS::Response::Image, not sure what this is for.
package
Reference to the package given to the "ship_confirm" in Net::Async::Webservice::UPS request, to which this result element refers to.
AUTHORS
Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>
Sherzod B. Ruzmetov <sherzodr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.