Why not adopt me?
NAME
Net::Async::Webservice::UPS::Response::QV::File - a Quantum View "file"
VERSION
version 1.1.4
DESCRIPTION
Object representing the QuantumViewEvents/SubscriptionEvents/SubscriptionFile
elements in the Quantum View response. Attribute descriptions come from the official UPS documentation.
ATTRIBUTES
filename
File name belonging to specific subscription requested by user, usually in form of YYMMDD_HHmmssnnn
.
status
Hashref, with keys:
Code
-
required, status types of subscription file; valid values are:
R
– Read,U
- Unread Description
-
optional, description of the status
origins
Optional, array ref of Net::Async::Webservice::UPS::Response::QV::Origin.
generics
Optional, array ref of Net::Async::Webservice::UPS::Response::QV::Generic.
manifests
Optional, array ref of Net::Async::Webservice::UPS::Response::QV::Manifest.
Never set in this version. Parsing manifests is complicated, it will be maybe implemented in a future version.
deliveries
Optional, array ref of Net::Async::Webservice::UPS::Response::QV::Delivery.
exceptions
Optional, array ref of Net::Async::Webservice::UPS::Response::QV::Exception.
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.