Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

NAME

WebService::Edgecast::auto::Administration::Element::CustomersGetResponse

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined element CustomersGetResponse from the namespace EC:WebServices.

PROPERTIES

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

  • CustomersGetResult

    $element->set_CustomersGetResult($data);
    $element->get_CustomersGetResult();

METHODS

new

my $element = WebService::Edgecast::auto::Administration::Element::CustomersGetResponse->new($data);

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

{
CustomersGetResult => { # WebService::Edgecast::auto::Administration::Type::Customers
Customer => { # 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