GetItemTransactionsResponseType
Fields
HasMoreTransactions ( boolean )
Item ( ItemType )
PageNumber ( int )
PaginationResult ( PaginationResultType )
PayPalPreferred ( boolean )
ReturnedTransactionCountActual ( int )
TransactionArray ( TransactionArrayType )
TransactionsPerPage ( int )

HasMoreTransactions ( boolean ) [0..1]
Indicates whether there are additional transactions to retrieve. That is, indicates whether more pages of data are available to be returned, given the filters that were specified in the request. Returns false for the last page of data.
See the Field Index to learn which calls use HasMoreTransactions.

Item ( ItemType ) [0..1]
Item object that spawned the transaction. It is a purchase from this item's listing that the transaction represents.
See the Field Index to learn which calls use Item.

PageNumber ( int ) [0..1]
Page number for the page of transactions the response returned.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
Contains the total number of pages (TotalNumberOfPages) and the total number of entries (TotalNumberOfEntries) that could be returned given repeated calls that use the same selection criteria as the call that returned this response.
See the Field Index to learn which calls use PaginationResult.

PayPalPreferred ( boolean ) [0..1]
Indicates whether the item's seller has the preference enabled that shows that the seller prefers PayPal as the method of payment for an item. This preference is indicated on an item's View Item page and is intended to influence a buyer to use PayPal to pay for the item.
See the Field Index to learn which calls use PayPalPreferred.

ReturnedTransactionCountActual ( int ) [0..1]
Number of transactions retrieved in the current page of results just returned. May be a lower value than TransactionsPerPage if the page returned is the last page and more than one page of data exists.
See the Field Index to learn which calls use ReturnedTransactionCountActual.

TransactionArray ( TransactionArrayType ) [0..1]
List of Transaction objects representing the transactions resulting from the listing. Each Transaction object contains the data for one purchase (of one or more items in the same listing). The Transaction.Item field is not returned because the Item object is returned at the root level of the response. See the reference guide for more information about the fields that are returned.
See the Field Index to learn which calls use TransactionArray.

TransactionsPerPage ( int ) [0..1]
Number of transactions returned per page (per call). May be a higher value than ReturnedTransactionCountActual if the page returned is the last page and more than one page of data exists.
See the Field Index to learn which calls use TransactionsPerPage.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.