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

Net::DashCS::Types::legacyLocationData

DESCRIPTION

Perl data type class for the XML Schema defined complexType legacyLocationData from the namespace http://dashcs.com/api/v1/emergency.

PROPERTIES

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

  • housenumber

  • predirectional

  • streetname

  • suite

METHODS

new

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

 { # Net::DashCS::Types::legacyLocationData
   housenumber =>  $some_value, # string
   predirectional =>  $some_value, # string
   streetname =>  $some_value, # string
   suite =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL