NAME
Shipment::FedEx::WSDL::ShipTypes::HazardousCommodityContent
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType HazardousCommodityContent from the namespace http://fedex.com/ws/ship/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::ShipTypes::HazardousCommodityContent
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Shipment::FedEx::WSDL::ShipTypes::HazardousCommodityContent
  Description =>  { # Shipment::FedEx::WSDL::ShipTypes::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::ShipTypes::HazardousCommodityQuantityDetail
    Amount =>  $some_value, # decimal
    Units =>  $some_value, # string
  },
  Options =>  { # Shipment::FedEx::WSDL::ShipTypes::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) 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.