The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Shipment::Purolator::WSDL::Types::ArrayOfServiceRule

VERSION

version 3.10

DESCRIPTION

Perl data type class for the XML Schema defined complexType ArrayOfServiceRule from the namespace http://purolator.com/pws/datatypes/v1.

PROPERTIES

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

  • ServiceRule (min/maxOccurs: 0/unbounded)

NAME

Shipment::Purolator::WSDL::Types::ArrayOfServiceRule

METHODS

new

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

{ # Shipment::Purolator::WSDL::Types::ArrayOfServiceRule
  ServiceRule =>  { # Shipment::Purolator::WSDL::Types::ServiceRule
    ServiceID =>  $some_value, # string
    MinimumTotalPieces =>  $some_value, # int
    MaximumTotalPieces =>  $some_value, # int
    MinimumTotalWeight =>  { # Shipment::Purolator::WSDL::Types::Weight
      Value =>  $some_value, # decimal
      WeightUnit => $some_value, # WeightUnit
    },
    MaximumTotalWeight => {}, # Shipment::Purolator::WSDL::Types::Weight
    MinimumPieceWeight => {}, # Shipment::Purolator::WSDL::Types::Weight
    MaximumPieceWeight => {}, # Shipment::Purolator::WSDL::Types::Weight
    MinimumPieceLength =>  { # Shipment::Purolator::WSDL::Types::Dimension
      Value =>  $some_value, # decimal
      DimensionUnit => $some_value, # DimensionUnit
    },
    MaximumPieceLength => {}, # Shipment::Purolator::WSDL::Types::Dimension
    MinimumPieceWidth => {}, # Shipment::Purolator::WSDL::Types::Dimension
    MaximumPieceWidth => {}, # Shipment::Purolator::WSDL::Types::Dimension
    MinimumPieceHeight => {}, # Shipment::Purolator::WSDL::Types::Dimension
    MaximumPieceHeight => {}, # Shipment::Purolator::WSDL::Types::Dimension
    MaximumSize => {}, # Shipment::Purolator::WSDL::Types::Dimension
    MaximumDeclaredValue =>  $some_value, # decimal
  },
},

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.