Why not adopt me?
NAME
Net::Async::Webservice::UPS::Response::QV::Delivery - a Quantum View "delivery" event
VERSION
version 1.1.4
DESCRIPTION
Object representing the QuantumViewEvents/SubscriptionEvents/SubscriptionFile/Delivery
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.
activity_location
Optional Net::Async::Webservice::UPS::Address, geographic location where an activity occurred during a movement of a package or shipment.
delivery_location
Optional Net::Async::Webservice::UPS::Address, location where package is delivered.
delivery_location_code
Optional string, Location Code for delivered package.
delivery_location_descripton
Optional string, description of the location where package is delivered.
signed_for_by
Optional string, the person who signed for the package.
driver_release
Optional string, information about driver release note / signature.
cod_currency
Optional string, the IATA currency code associated with the COD amount for the package.
cod_value
Optional string, the monetary amount of the COD.
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.
last_pickup
Optional string, last pickup by Date from the UPS Access Point Location (yes, a string, the format does not seem to be specified)
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.