NAME
Shipment::FedEx::WSDL::RateTypes::DangerousGoodsDetail
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType DangerousGoodsDetail from the namespace http://fedex.com/ws/rate/v9.
The descriptive data required for a FedEx shipment containing dangerous goods (hazardous materials).
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
Accessibility (min/maxOccurs: 0/1)
CargoAircraftOnly (min/maxOccurs: 0/1)
Options (min/maxOccurs: 0/unbounded)
HazardousCommodities (min/maxOccurs: 0/unbounded)
Packaging (min/maxOccurs: 0/1)
EmergencyContactNumber (min/maxOccurs: 0/1)
NAME
Shipment::FedEx::WSDL::RateTypes::DangerousGoodsDetail
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Shipment::FedEx::WSDL::RateTypes::DangerousGoodsDetail
  Accessibility => $some_value, # DangerousGoodsAccessibilityType
  CargoAircraftOnly =>  $some_value, # boolean
  Options => $some_value, # HazardousCommodityOptionType
  HazardousCommodities =>  { # 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
    },
  },
  Packaging =>  { # Shipment::FedEx::WSDL::RateTypes::HazardousCommodityPackagingDetail
    Count =>  $some_value, # nonNegativeInteger
    Units =>  $some_value, # string
  },
  EmergencyContactNumber =>  $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.