PaginationOutput

This type defines the paginationOutput container which consists of fields that indicate the total number of pages and payouts that match the input criteria, the number of payouts per page, and the current page number being viewed.

Types that use PaginationOutput:

Calls that use one or more fields of PaginationOutput:

Fields

entriesPerPage ( int ) [1]
The number of payouts returned per page. This value is set in the paginationInput.entriesPerPage field in the request. This field is always returned with the paginationOutput container.
See the Field Index to learn which calls use entriesPerPage.

pageNumber ( int ) [1]
The page number currently being viewed. The total number of result pages is shown in the totalPages field. This field is always returned with the paginationOutput container.
See the Field Index to learn which calls use pageNumber.

totalEntries ( int ) [1]
This value indicates the total number of seller payouts that exist based on the current input criteria. Once this value is known, the caller may want to considering tweaking the paginationInput fields and making another call. This field is always returned with the paginationOutput container.
See the Field Index to learn which calls use totalEntries.

totalPages ( int ) [1]
This value indicates the total number of result pages that exist based on the current input criteria. If totalPages is more than 1, multiple calls must be made to view all payout results, with the paginationInput.pageNumber value being incremented by 1 in each subsequent call. This field is always returned with the paginationOutput container.
See the Field Index to learn which calls use totalPages.

Copyright © 2011–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.