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

NAME

eBay::API::XML::DataType::MyeBaySelectionType

DESCRIPTION

Specifies how the result list for My eBay features such as favorite searches, favorite sellers, and second chance offers should be returned.

SYNOPSIS

INHERITANCE

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

Subroutines:

setInclude()

Specifies whether to include a container in the response. Required if you do not specify any other tags to filter the result list. If so, the list is returned according to the default values. Ignored if you specify at least one other tag for the result list.

  Calls: GetMyeBayBuying
  RequiredInput: No

# Argument: 'xs:boolean'

isInclude()

# Returns: 'xs:boolean'

setMaxResults()

Specifies the maximum number of items in the returned list. If not specified, returns all items in the list.

  Calls: GetMyeBayBuying
  RequiredInput: No

# Argument: 'xs:int'

getMaxResults()

# Returns: 'xs:int'

setSort()

Specifies the result sort order. Default is Ascending.

  Calls: GetMyeBayBuying
  RequiredInput: No

# Argument: 'ns:SortOrderCodeType'

getSort()

# Returns: 'ns:SortOrderCodeType'