NAME

WebService::Edgecast::auto::Administration::Type::Customer

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

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

  • intId

  • strHex

  • strName

  • strCustomId

  • intStatus

  • strWebsite

  • strAddress1

  • strAddress2

  • strCity

  • strState

  • strZip

  • strCountry

  • strBillingAddress1

  • strBillingAddress2

  • strBillingCity

  • strBillingState

  • strBillingZip

  • strBillingCountry

  • strNotes

  • strContactFirstName

  • strContactLastName

  • strContactTitle

  • strContactEmail

  • strContactPhone

  • strContactFax

  • strContactMobile

  • strBillingContactFirstName

  • strBillingContactLastName

  • strBillingContactTitle

  • strBillingContactEmail

  • strBillingContactPhone

  • strBillingContactFax

  • strBillingContactMobile

METHODS

new

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

{ # WebService::Edgecast::auto::Administration::Type::Customer
  intId =>  $some_value, # int
  strHex =>  $some_value, # string
  strName =>  $some_value, # string
  strCustomId =>  $some_value, # string
  intStatus =>  $some_value, # short
  strWebsite =>  $some_value, # string
  strAddress1 =>  $some_value, # string
  strAddress2 =>  $some_value, # string
  strCity =>  $some_value, # string
  strState =>  $some_value, # string
  strZip =>  $some_value, # string
  strCountry =>  $some_value, # string
  strBillingAddress1 =>  $some_value, # string
  strBillingAddress2 =>  $some_value, # string
  strBillingCity =>  $some_value, # string
  strBillingState =>  $some_value, # string
  strBillingZip =>  $some_value, # string
  strBillingCountry =>  $some_value, # string
  strNotes =>  $some_value, # string
  strContactFirstName =>  $some_value, # string
  strContactLastName =>  $some_value, # string
  strContactTitle =>  $some_value, # string
  strContactEmail =>  $some_value, # string
  strContactPhone =>  $some_value, # string
  strContactFax =>  $some_value, # string
  strContactMobile =>  $some_value, # string
  strBillingContactFirstName =>  $some_value, # string
  strBillingContactLastName =>  $some_value, # string
  strBillingContactTitle =>  $some_value, # string
  strBillingContactEmail =>  $some_value, # string
  strBillingContactPhone =>  $some_value, # string
  strBillingContactFax =>  $some_value, # string
  strBillingContactMobile =>  $some_value, # string
},

AUTHOR

Generated by SOAP::WSDL