NAME
Shipment::FedEx::WSDL::ShipTypes::ShipmentRoutingDetail
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType ShipmentRoutingDetail from the namespace http://fedex.com/ws/ship/v9.
Information about the routing, origin, destination and delivery of a shipment.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
UrsaPrefixCode (min/maxOccurs: 0/1)
UrsaSuffixCode (min/maxOccurs: 0/1)
OriginLocationId (min/maxOccurs: 0/1)
OriginServiceArea (min/maxOccurs: 0/1)
DestinationLocationId (min/maxOccurs: 0/1)
DestinationServiceArea (min/maxOccurs: 0/1)
DestinationLocationStateOrProvinceCode (min/maxOccurs: 0/1)
DeliveryDate (min/maxOccurs: 0/1)
DeliveryDay (min/maxOccurs: 0/1)
CommitDate (min/maxOccurs: 0/1)
CommitDay (min/maxOccurs: 0/1)
TransitTime (min/maxOccurs: 0/1)
MaximumTransitTime (min/maxOccurs: 0/1)
AstraPlannedServiceLevel (min/maxOccurs: 0/1)
AstraDescription (min/maxOccurs: 0/1)
PostalCode (min/maxOccurs: 0/1)
StateOrProvinceCode (min/maxOccurs: 0/1)
CountryCode (min/maxOccurs: 0/1)
AirportId (min/maxOccurs: 0/1)
NAME
Shipment::FedEx::WSDL::ShipTypes::ShipmentRoutingDetail
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Shipment::FedEx::WSDL::ShipTypes::ShipmentRoutingDetail
UrsaPrefixCode => $some_value, # string
UrsaSuffixCode => $some_value, # string
OriginLocationId => $some_value, # string
OriginServiceArea => $some_value, # string
DestinationLocationId => $some_value, # string
DestinationServiceArea => $some_value, # string
DestinationLocationStateOrProvinceCode => $some_value, # string
DeliveryDate => $some_value, # date
DeliveryDay => $some_value, # DayOfWeekType
CommitDate => $some_value, # date
CommitDay => $some_value, # DayOfWeekType
TransitTime => $some_value, # TransitTimeType
MaximumTransitTime => $some_value, # TransitTimeType
AstraPlannedServiceLevel => $some_value, # string
AstraDescription => $some_value, # string
PostalCode => $some_value, # string
StateOrProvinceCode => $some_value, # string
CountryCode => $some_value, # string
AirportId => $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.