Help for this page

Select Code to Download


  1. or download this
    package Wholesale::Addon;
    
    ...
    #... methods omitted for brevity.
    
    1;
    
  2. or download this
    <complexType name="WholesaleAddon">
        <sequence>
    ...
            </element>
        </sequence>
    </complexType>
    
  3. or download this
    package Wholesale;
    use Wholesale::Addon;
    ...
    }
    
    1;
    
  4. or download this
    <wsdl:operation name="list_attached_addons" parameterOrder="username">
      <wsdl:documentation>doc for method.</wsdl:documentation>
    ...
        </restriction>
      </complexContent>
    </complexType>