SortOrder Value Set - Customer Billing

Defines the ascending or descending sort order of results using one of the search operations, for example SearchCoupons or SearchInsertionOrders.

Syntax

<xs:simpleType name="SortOrder" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Ascending" />
    <xs:enumeration value="Descending" />
  </xs:restriction>
</xs:simpleType>

Values

The SortOrder value set has the following values: Ascending, Descending.

Value Description
Ascending The results will be sorted ascending.
Descending The results will be sorted descending.

Requirements

Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13

Used By

OrderBy