ชุดค่า PredicateOperator - การเรียกเก็บเงินของลูกค้า
กําหนดเงื่อนไขของผลลัพธ์สําหรับลําดับการแทรกที่ส่งกลับโดยใช้หนึ่งในการดําเนินการค้นหา ตัวอย่างเช่น SearchCoupons หรือ SearchInsertionOrders
ไวยากรณ์
<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>
ค่า
ชุดค่า PredicateOperator มีค่าต่อไปนี้: Contains, Equals, GreaterThanEquals, In, LessThanEquals, NotContains, NotEquals, StartsWith
ข้อกําหนด
บริการ: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13