PredicateOperator Value Set - Customer Billing
Defines the condition of results for insertion orders returned using one of the search operations, for example SearchCoupons or SearchInsertionOrders.
Syntax
<xs:simpleType name="PredicateOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Equals" />
<xs:enumeration value="NotEquals" />
<xs:enumeration value="Contains" />
<xs:enumeration value="In" />
<xs:enumeration value="GreaterThanEquals" />
<xs:enumeration value="LessThanEquals" />
<xs:enumeration value="StartsWith" />
<xs:enumeration value="NotContains" />
</xs:restriction>
</xs:simpleType>
Values
The PredicateOperator value set has the following values: Contains, Equals, GreaterThanEquals, In, LessThanEquals, NotContains, NotEquals, StartsWith.
Requirements
Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13