NAME
Shipment::FedEx::WSDL::ShipTypes::HazardousCommodityDescription
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType HazardousCommodityDescription from the namespace http://fedex.com/ws/ship/v9.
Identifies and describes an individual hazardous commodity. For 201001 load, this is based on data from the FedEx Ground Hazardous Materials Shipping Guide.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
Id (min/maxOccurs: 0/1)
PackingGroup (min/maxOccurs: 0/1)
ProperShippingName (min/maxOccurs: 0/1)
TechnicalName (min/maxOccurs: 0/1)
HazardClass (min/maxOccurs: 0/1)
SubsidiaryClasses (min/maxOccurs: 0/unbounded)
LabelText (min/maxOccurs: 0/1)
NAME
Shipment::FedEx::WSDL::ShipTypes::HazardousCommodityDescription
METHODS
new
Constructor. The following data structure may be passed to new():
{ # 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
},
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.