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::Shipper - a contact with an account number

VERSION

version 1.1.4

DESCRIPTION

A shipper is eithre the originator of a shipment, or someone to whose account the shipment is billed. This class subclasses Net::Async::Webservice::UPS::Contact and adds the "account_number" field.

ATTRIBUTES

account_number

Optional string, the UPS account number for this shipper.

METHODS

as_hash

Returns a hashref that, when passed through XML::Simple, will produce the XML fragment needed in UPS requests to represent this shipper.

cache_id

Returns a string identifying this shipper.

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.