NAME
Net::DashCS::Types::addPinCode
DESCRIPTION
Perl data type class for the XML Schema defined complexType addPinCode from the namespace http://dashcs.com/api/v1/emergency.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
uri
pincode
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Net::DashCS::Types::addPinCode
uri => $some_value, # string
pincode => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL