3.3.4.1.3.1 ArrayOfPrecertifyParams

The <ArrayOfPrecertifyParams> complex type is an array that contains <PrecertifyParams> elements. The array MUST contain one <PrecertifyParams> element.

 <s:complexType name="ArrayOfPrecertifyParams">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="PrecertifyParams" 
       nillable="true" type="tns:PrecertifyParams" /> 
   </s:sequence>
 </s:complexType>

PrecertifyParams: An element that contains the parameters of the request. The element is of the <PrecertifyParams> complex type as defined by the schema in section 3.3.4.1.3.2.