NAME
WebService::Edgecast::auto::Administration::Element::CustomerAdd
VERSION
version 0.01.00
DESCRIPTION
Perl data type class for the XML Schema defined element CustomerAdd from the namespace EC:WebServices.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
strCredential
$element->set_strCredential($data); $element->get_strCredential();strCompanyName
$element->set_strCompanyName($data); $element->get_strCompanyName();intStatus
$element->set_intStatus($data); $element->get_intStatus();strWebsite
$element->set_strWebsite($data); $element->get_strWebsite();strAddress1
$element->set_strAddress1($data); $element->get_strAddress1();strAddress2
$element->set_strAddress2($data); $element->get_strAddress2();strCity
$element->set_strCity($data); $element->get_strCity();strState
$element->set_strState($data); $element->get_strState();strZip
$element->set_strZip($data); $element->get_strZip();strCountry
$element->set_strCountry($data); $element->get_strCountry();strBillingAddress1
$element->set_strBillingAddress1($data); $element->get_strBillingAddress1();strBillingAddress2
$element->set_strBillingAddress2($data); $element->get_strBillingAddress2();strBillingCity
$element->set_strBillingCity($data); $element->get_strBillingCity();strBillingState
$element->set_strBillingState($data); $element->get_strBillingState();strBillingZip
$element->set_strBillingZip($data); $element->get_strBillingZip();strBillingCountry
$element->set_strBillingCountry($data); $element->get_strBillingCountry();strNotes
$element->set_strNotes($data); $element->get_strNotes();strContactFirstName
$element->set_strContactFirstName($data); $element->get_strContactFirstName();strContactLastName
$element->set_strContactLastName($data); $element->get_strContactLastName();strContactTitle
$element->set_strContactTitle($data); $element->get_strContactTitle();strContactEmail
$element->set_strContactEmail($data); $element->get_strContactEmail();strContactPhone
$element->set_strContactPhone($data); $element->get_strContactPhone();strContactFax
$element->set_strContactFax($data); $element->get_strContactFax();strContactMobile
$element->set_strContactMobile($data); $element->get_strContactMobile();strBillingContactFirstName
$element->set_strBillingContactFirstName($data); $element->get_strBillingContactFirstName();strBillingContactLastName
$element->set_strBillingContactLastName($data); $element->get_strBillingContactLastName();strBillingContactTitle
$element->set_strBillingContactTitle($data); $element->get_strBillingContactTitle();strBillingContactEmail
$element->set_strBillingContactEmail($data); $element->get_strBillingContactEmail();strBillingContactPhone
$element->set_strBillingContactPhone($data); $element->get_strBillingContactPhone();strBillingContactFax
$element->set_strBillingContactFax($data); $element->get_strBillingContactFax();strBillingContactMobile
$element->set_strBillingContactMobile($data); $element->get_strBillingContactMobile();
METHODS
new
my $element = WebService::Edgecast::auto::Administration::Element::CustomerAdd->new($data);
Constructor. The following data structure may be passed to new():
{
strCredential => $some_value, # string
strCompanyName => $some_value, # string
intStatus => $some_value, # unsignedInt
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