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

Shipment::UPS::WSDL::ShipTypes::PickupDetailsType

VERSION

version 0.01112650

DESCRIPTION

Perl data type class for the XML Schema defined complexType PickupDetailsType from the namespace http://www.ups.com/XMLSchema/XOLTWS/Ship/v1.0.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • DistrictCode (min/maxOccurs: 0/1)

  • PickupDate (min/maxOccurs: 1/1)

  • EarliestTimeReady (min/maxOccurs: 1/1)

  • LatestTimeReady (min/maxOccurs: 1/1)

  • SuiteRoomID (min/maxOccurs: 0/1)

  • FloorID (min/maxOccurs: 0/1)

  • Location (min/maxOccurs: 0/1)

  • ContactInfo (min/maxOccurs: 0/1)

NAME

Shipment::UPS::WSDL::ShipTypes::PickupDetailsType

METHODS

new

Constructor. The following data structure may be passed to new():

 { # Shipment::UPS::WSDL::ShipTypes::PickupDetailsType
   DistrictCode =>  $some_value, # string
   PickupDate =>  $some_value, # string
   EarliestTimeReady =>  $some_value, # string
   LatestTimeReady =>  $some_value, # string
   SuiteRoomID =>  $some_value, # string
   FloorID =>  $some_value, # string
   Location =>  $some_value, # string
   ContactInfo =>  { # Shipment::UPS::WSDL::ShipTypes::ContactInfoType
     Name =>  $some_value, # string
     Phone =>  { # Shipment::UPS::WSDL::ShipTypes::ShipPhoneType
       Number =>  $some_value, # string
       Extension =>  $some_value, # string
     },
   },
 },

AUTHOR

Generated by SOAP::WSDL

AUTHORS

  • Andrew Baerg <baergaj@cpan.org>

  • Al Newkirk <awncorp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Andrew Baerg.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.