ArrayOfServiceConfigurationResponseMessageType
        
        extends ArrayType
    
    
            
            in package
            
        
    
    
    
Represents an array of service configuration response messages.
Table of Contents
Properties
- $ServiceConfigurationResponseMessageType : array<string|int, ServiceConfigurationResponseMessageType>
- Contains service configuration settings.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ServiceConfigurationResponseMessageType
Contains service configuration settings.
    public
        array<string|int, ServiceConfigurationResponseMessageType>
    $ServiceConfigurationResponseMessageType
     = array()
        This element is required.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
    public
                    __clone() : mixed