NAME

WebService::Edgecast::auto::Administration::Element::CustomerStatusGetResponse

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

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

  • CustomerStatusGetResult

    $element->set_CustomerStatusGetResult($data);
    $element->get_CustomerStatusGetResult();

METHODS

new

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

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

{
  CustomerStatusGetResult =>  $some_value, # short
},

AUTHOR

Generated by SOAP::WSDL