The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Shipment::UPS::WSDL::ShipTypes::ProductType

VERSION

version 3.10

DESCRIPTION

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

PROPERTIES

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

  • Description (min/maxOccurs: 1/3)

  • Unit (min/maxOccurs: 0/1)

  • CommodityCode (min/maxOccurs: 0/1)

  • PartNumber (min/maxOccurs: 0/1)

  • OriginCountryCode (min/maxOccurs: 0/1)

  • JointProductionIndicator (min/maxOccurs: 0/1)

  • NetCostCode (min/maxOccurs: 0/1)

  • NetCostDateRange (min/maxOccurs: 0/1)

  • PreferenceCriteria (min/maxOccurs: 0/1)

  • ProducerInfo (min/maxOccurs: 0/1)

  • MarksAndNumbers (min/maxOccurs: 0/1)

  • NumberOfPackagesPerCommodity (min/maxOccurs: 0/1)

  • ProductWeight (min/maxOccurs: 0/1)

  • VehicleID (min/maxOccurs: 0/1)

  • ScheduleB (min/maxOccurs: 0/1)

  • ExportType (min/maxOccurs: 0/1)

  • SEDTotalValue (min/maxOccurs: 0/1)

NAME

Shipment::UPS::WSDL::ShipTypes::ProductType

METHODS

new

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

 { # Shipment::UPS::WSDL::ShipTypes::ProductType
   Description =>  $some_value, # string
   Unit =>  { # Shipment::UPS::WSDL::ShipTypes::UnitType
     Number =>  $some_value, # string
     UnitOfMeasurement =>  { # Shipment::UPS::WSDL::ShipTypes::UnitOfMeasurementType
       Code =>  $some_value, # string
       Description =>  $some_value, # string
     },
     Value =>  $some_value, # string
   },
   CommodityCode =>  $some_value, # string
   PartNumber =>  $some_value, # string
   OriginCountryCode =>  $some_value, # string
   JointProductionIndicator =>  $some_value, # string
   NetCostCode =>  $some_value, # string
   NetCostDateRange =>  { # Shipment::UPS::WSDL::ShipTypes::NetCostDateType
     BeginDate =>  $some_value, # string
     EndDate =>  $some_value, # string
   },
   PreferenceCriteria =>  $some_value, # string
   ProducerInfo =>  $some_value, # string
   MarksAndNumbers =>  $some_value, # string
   NumberOfPackagesPerCommodity =>  $some_value, # string
   ProductWeight =>  { # Shipment::UPS::WSDL::ShipTypes::ProductWeightType
     UnitOfMeasurement => {}, # Shipment::UPS::WSDL::ShipTypes::UnitOfMeasurementType
     Weight =>  $some_value, # string
   },
   VehicleID =>  $some_value, # string
   ScheduleB =>  { # Shipment::UPS::WSDL::ShipTypes::ScheduleBType
     Number =>  $some_value, # string
     Quantity =>  $some_value, # string
     UnitOfMeasurement => {}, # Shipment::UPS::WSDL::ShipTypes::UnitOfMeasurementType
   },
   ExportType =>  $some_value, # string
   SEDTotalValue =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL

AUTHOR

Andrew Baerg <baergaj@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 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.