NAME
eBay::API::XML::DataType::Enum::AccountHistorySelectionCodeType
DESCRIPTION
Specifies a report format to be used to describe the seller's account.
SYNOPSIS
Enums:
LastInvoice
(in) Contains the entries since the last invoice eBay sent to the seller. If you use LastInvoice, then InvoiceDate, BeginDate and EndDate are ignored.
SpecifiedInvoice
(in) Contains the entries for a specific invoice, identified by the invoice month and year. If you use SpecifiedInvoice, then you must also use InvoiceDate. If you use SpecifiedInvoice, then BeginDate and EndDate are ignored.
BetweenSpecifiedDates
(in) Contains entries that were posted to the seller's account between two dates. The period covered may cross the boundaries of formal invoices. If you use BetweenSpecifiedDates, then you also must specify BeginDate and EndDate. If you use BetweenSpecifiedDates, then InvoiceDate is ignored.
CustomCode
(out) Reserved for internal or future use.