Paging Data Object - Customer Billing

Defines a paging object to request Customer Billing objects in batches.

Syntax

<xs:complexType name="Paging" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Index" type="xs:int" />
    <xs:element minOccurs="0" name="Size" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The Paging object has the following elements: Index, Size.

Element Description Data Type
Index The zero-based results page index. For example to request the first page of results, set this value to 0 (zero). int
Size The page size and the number of results to return in the specified page.

The maximum size is 100. If you do not set this element the default size is 0 (zero).
int

Requirements

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

Used By

SearchCoupons
SearchInsertionOrders