The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Async::Webservice::UPS::ReturnService - shipment return service from UPS

VERSION

version 1.1.4

DESCRIPTION

Instances of this class describe a particular shipping return service.

ATTRIBUTES

code

UPS service code, see "ReturnServiceCode" in Net::Async::Webservice::UPS::Types. If you construct an object passing only "label", the code corresponding to that label will be used.

label

UPS service label, see "ReturnServiceLabel" in Net::Async::Webservice::UPS::Types. If you construct an object passing only "code", the label corresponding to that code will be used.

METHODS

cache_id

Returns a string identifying this service.

FUNCTIONS

label_for_code

  my $label = Net::Async::Webservice::UPS::Service::label_for_code($code);

Not a method. Returns the UPS service label string for the given service code.

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.