Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Shipment::FedEx::WSDL::ShipTypes::RoutingAstraDetail

VERSION

version 3.10

DESCRIPTION

Perl data type class for the XML Schema defined complexType RoutingAstraDetail from the namespace http://fedex.com/ws/ship/v9.

The tracking number information and the data to form the Astra barcode for the label.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • TrackingId (min/maxOccurs: 0/1)

  • Barcode (min/maxOccurs: 0/1)

  • AstraHandlingText (min/maxOccurs: 0/1)

  • AstraLabelElements (min/maxOccurs: 0/unbounded)

NAME

Shipment::FedEx::WSDL::ShipTypes::RoutingAstraDetail

METHODS

new

Constructor. The following data structure may be passed to new():

{ # Shipment::FedEx::WSDL::ShipTypes::RoutingAstraDetail
TrackingId => { # Shipment::FedEx::WSDL::ShipTypes::TrackingId
TrackingIdType => $some_value, # TrackingIdType
FormId => $some_value, # string
UspsApplicationId => $some_value, # string
TrackingNumber => $some_value, # string
},
Barcode => { # Shipment::FedEx::WSDL::ShipTypes::StringBarcode
Type => $some_value, # StringBarcodeType
Value => $some_value, # string
},
AstraHandlingText => $some_value, # string
AstraLabelElements => { # Shipment::FedEx::WSDL::ShipTypes::AstraLabelElement
Number => $some_value, # int
Content => $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.