The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::PaginatedItemArrayType

DESCRIPTION

Contains a paginated list of items.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::PaginatedItemArrayType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setItemArray()

Contains a list of Item types.

# Argument: 'ns:ItemArrayType'

getItemArray()

  Calls: GetMyeBayBuying
  Returned: Conditionally
  Details: DetailLevel: none, ReturnSummary, ReturnAll
  Context: BidList
           BestOfferList
           LostList
           WatchList
           DeletedFromLostList

  Calls: GetMyeBaySelling
  Returned: Conditionally
  Details: DetailLevel: none, ReturnSummary, ReturnAll
  Context: ActiveList
           ScheduledList
           UnsoldList
           BidList
           DeletedFromUnsoldList

# Returns: 'ns:ItemArrayType'

setPaginationResult()

Provides information about the list, including number of pages and number of entries.

# Argument: 'ns:PaginationResultType'

getPaginationResult()

  Calls: GetMyeBayBuying
  Returned: Conditionally
  Details: DetailLevel: none, ReturnSummary, ReturnAll
  Context: BidList
           LostList
           WatchList
           WonList
           DeletedFromLostList
           DeletedFromWonList

  Calls: GetMyeBaySelling
  Returned: Conditionally
  Details: DetailLevel: none, ReturnSummary, ReturnAll
  Context: ActiveList
           ScheduledList
           SoldList
           UnsoldList
           BidList
           DeletedFromSoldList
           DeletedFromUnsoldList

# Returns: 'ns:PaginationResultType'