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::Event - a Quantum View "event"

VERSION

version 1.1.4

DESCRIPTION

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

ATTRIBUTES

name

String, a name uniquely defined associated to the Subscription ID, for each subscription.

number

String, a number uniquely defined associated to the Subscriber ID, for each subscription.

status

Hashref, with keys:

Code

required, status types of subscription; valid values are: UN – Unknown, AT – Activate, P – Pending, A –Active, I – Inactive, S - Suspended

Description

optional, description of the status

files

Array ref of Net::Async::Webservice::UPS::Response::QV::File

begin_date

Optional, beginning date-time of subscription requested by user. It's a DateTime object, most probably with a floating timezone.

end_date

Optional, ending date-time of subscription requested by user. It's a DateTime object, most probably with a floating timezone.

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.