NAME
Shipment::FedEx::WSDL::ShipTypes::DangerousGoodsDetail
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType DangerousGoodsDetail from the namespace http://fedex.com/ws/ship/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)
Offeror (min/maxOccurs: 0/1)
NAME
Shipment::FedEx::WSDL::ShipTypes::DangerousGoodsDetail
METHODS
new
Constructor. The following data structure may be passed to new():
{
# Shipment::FedEx::WSDL::ShipTypes::DangerousGoodsDetail
Accessibility
=>
$some_value
,
# DangerousGoodsAccessibilityType
CargoAircraftOnly
=>
$some_value
,
# boolean
Options
=>
$some_value
,
# HazardousCommodityOptionType
HazardousCommodities
=> {
# 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
},
},
Packaging
=> {
# Shipment::FedEx::WSDL::ShipTypes::HazardousCommodityPackagingDetail
Count
=>
$some_value
,
# nonNegativeInteger
Units
=>
$some_value
,
# string
},
EmergencyContactNumber
=>
$some_value
,
# string
Offeror
=>
$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.