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

NAME

Net::Async::Webservice::UPS::Response::QV::Exception - a Quantum View "exception" event

VERSION

version 1.1.4

DESCRIPTION

Object representing the QuantumViewEvents/SubscriptionEvents/SubscriptionFile/Exception elements in the Quantum View response. Attribute descriptions come from the official UPS documentation.

ATTRIBUTES

package_reference

Optional array of Net::Async::Webservice::UPS::Response::QV::Reference, package-level reference numbers.

shipment_reference

Optional array of Net::Async::Webservice::UPS::Response::QV::Reference, shipment-level reference numbers.

shipper_number

Optional string, shipper's six digit alphanumeric account number.

tracking_number

Optional string, package's 1Z tracking number.

date_time

Optional DateTime, date and time that the package is delivered, most probably with a floating timezone.

updated_address

Optional Net::Async::Webservice::UPS::Address, updated shipping address. Only contains fields that were updated from the original destination address.

status_code

Optional string, code for status of updating shipping address issue.

status_description

Optional string, description for status of updating shipping address issue.

reason_code

Optional string, code for reason of updating shipping address issue.

reason_description

Optional string, description for reason of updating shipping address issue.

resolution_code

Optional string, type of resolution for updating shipping address issue.

resolution_description

Optional string, description of resolution for updating shipping address issue.

rescheduled_delivery_date

Optional DateTime, rescheduled delivery date for updated shipping address, most probably with a floating timezone.

activity_location

Optional Net::Async::Webservice::UPS::Address, geographic location where an activity occurred during a movement of a package or shipment.

bill_to_account_number

Optional string, the UPS Account number to which the shipping charges were billed.

bill_to_account_option

Optional string, indicates how shipping charges for the package were billed. Valid Values: 01 Shipper, 02 Consignee Billing , 03 Third Party, 04 Freight Collect.

access_point_location_id

Optional string, the UPS Access Point Location ID.

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.