3.1.4.1.3.7 OrderField

Specifies the field to be sorted in the SOAP request. OrderField has two attributes: the name attribute specifies the internal name of the order by field, and the direction attribute specifies if the sort order is ascending (with value "ASC") or descending (with value "DESC"). The default value of direction is "ASC". It is defined as follows.

 <s:complexType name="OrderField">
    <s:attribute name="Name" type="s:string"/>
    <s:attribute name="Direction" type="tns:OrderDirection" default="ASC"/>
 </s:complexType>