GetSellerPaymentsResponseType
Fields
HasMorePayments ( boolean )
PageNumber ( int )
PaginationResult ( PaginationResultType )
PaymentsPerPage ( int )
ReturnedPaymentCountActual ( int )
SellerPayment ( SellerPaymentType )

HasMorePayments ( boolean ) [0..1]
If true, there are more payments yet to be retrieved. Additional GetSellerPayments calls with higher page numbers or more entries per page must be made to retrieve these payments. If false, no more payments are available or no payments match the request (based on the payment status and time filter).
See the Field Index to learn which calls use HasMorePayments.

PageNumber ( int ) [0..1]
Indicates which page of data holds the current result set. Will be the same as the value specified in the Pagination.PageNumber input. (If the input is higher than the total number of pages, the call fails with an error.) If no payments are returned, the value is 0. If payments are returned, the first page number is 1.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.
See the Field Index to learn which calls use PaginationResult.

PaymentsPerPage ( int ) [0..1]
Indicates the number of payments that can be returned per page of data (i.e., per call). This is the same as the value specified in the Pagination.EntriesPerPage input (or the default value, if EntriesPerPage was not specified). This is not necessarily the actual number of payments returned per page (see ReturnedPaymentCountActual).
See the Field Index to learn which calls use PaymentsPerPage.

ReturnedPaymentCountActual ( int ) [0..1]
Indicates the total number of payments returned (i.e., the number of SellerPayment entries returned.
See the Field Index to learn which calls use ReturnedPaymentCountActual.

SellerPayment ( SellerPaymentType ) [0..*]
Information about a single payment that matches the criteria in the request. A payment is between Half.com and a seller. Each payment is for one transaction for one item in one order. An order can contain transactions for multiple items from multiple sellers, but this call only retrieves payments that are relevant to one seller. The financial value of a payment is typically based on an amount that a buyer paid to Half.com for a transaction, plus the shipping cost the buyer paid for the item, minus Half.com's commission. Payments can also describe refunds that the seller has issued. Multiple SellerPayment entries can be returned per page of results. Typically, they are returned in reverse chronological order (most recent PaidTime first). Only returned if payments exist that match the request.
See the Field Index to learn which calls use SellerPayment.

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

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