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

NAME

Shipment::FedEx::WSDL::RateTypes::HazardousCommodityContent

VERSION

version 2.03

DESCRIPTION

Perl data type class for the XML Schema defined complexType HazardousCommodityContent from the namespace http://fedex.com/ws/rate/v9.

Documents the kind and quantity of an individual hazardous commodity in a package.

PROPERTIES

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

  • Description (min/maxOccurs: 0/1)

  • Quantity (min/maxOccurs: 0/1)

  • Options (min/maxOccurs: 0/1)

NAME

Shipment::FedEx::WSDL::RateTypes::HazardousCommodityContent

METHODS

new

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

 { # Shipment::FedEx::WSDL::RateTypes::HazardousCommodityContent
   Description =>  { # Shipment::FedEx::WSDL::RateTypes::HazardousCommodityDescription
     Id =>  $some_value, # string
     PackingGroup => $some_value, # HazardousCommodityPackingGroupType
     ProperShippingName =>  $some_value, # string
     TechnicalName =>  $some_value, # string
     HazardClass =>  $some_value, # string
     SubsidiaryClasses =>  $some_value, # string
     LabelText =>  $some_value, # string
   },
   Quantity =>  { # Shipment::FedEx::WSDL::RateTypes::HazardousCommodityQuantityDetail
     Amount =>  $some_value, # decimal
     Units =>  $some_value, # string
   },
   Options =>  { # Shipment::FedEx::WSDL::RateTypes::HazardousCommodityOptionDetail
     LabelTextOption => $some_value, # HazardousCommodityLabelTextOptionType
     CustomerSuppliedLabelText =>  $some_value, # string
   },
 },

AUTHOR

Generated by SOAP::WSDL

AUTHOR

Andrew Baerg <baergaj@cpan.org>

COPYRIGHT AND LICENSE

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