eBay::API::XML::DataType::MyeBaySelectionType - eBay::API::XML::DataType::MyeBaySelectionType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.