GetSellerTransactionsResponseType
Fields
HasMoreTransactions ( boolean )
PageNumber ( int )
PaginationResult ( PaginationResultType )
PayPalPreferred ( boolean )
ReturnedTransactionCountActual ( int )
Seller ( UserType )
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.

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 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.

Seller ( UserType ) [0..1]
Contains information about the seller whose transactions are being returned. See the reference guide for information about the fields of the Seller object that are returned.
See the Field Index to learn which calls use Seller.

TransactionArray ( TransactionArrayType ) [0..1]
List of Transaction objects representing the seller's recent sales. Each Transaction object contains the data for one purchase (of one or more items in the same listing). See the reference guide for more information about the fields that are returned for each transaction.
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.