The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Edgecast::auto::Administration::Type::CustomerUser

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined complexType CustomerUser from the namespace EC:WebServices.

PROPERTIES

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

  • Id

  • Email

  • TimeZoneId

  • IsAdmin

  • FirstName

  • LastName

  • Password

  • Title

  • Phone

  • Fax

  • Mobile

  • Address1

  • Address2

  • City

  • State

  • Zip

  • Country

METHODS

new

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

 { # WebService::Edgecast::auto::Administration::Type::CustomerUser
   Id =>  $some_value, # unsignedInt
   Email =>  $some_value, # string
   TimeZoneId =>  $some_value, # int
   IsAdmin =>  $some_value, # boolean
   FirstName =>  $some_value, # string
   LastName =>  $some_value, # string
   Password =>  $some_value, # string
   Title =>  $some_value, # string
   Phone =>  $some_value, # string
   Fax =>  $some_value, # string
   Mobile =>  $some_value, # string
   Address1 =>  $some_value, # string
   Address2 =>  $some_value, # string
   City =>  $some_value, # string
   State =>  $some_value, # string
   Zip =>  $some_value, # string
   Country =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL