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

NAME

eBay::API::XML::DataType::ProductFinderConstraintType

DESCRIPTION

An attribute (constraint) that was specified in a search request that was based on a product finder query. Used to help you map each query in a batch request to the corresponding search result in the response.

SYNOPSIS

INHERITANCE

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

Subroutines:

setDisplayName()

The search attribute name (e.g., Manufacturer).

# Argument: 'xs:string'

getDisplayName()

  Calls: GetProductSearchResults
  Returned: Conditionally

# Returns: 'xs:string'

setDisplayValue()

The search attribute value the user specified in the query (e.g., the actual name the user chose for the manufacturer).

# Argument: 'xs:string'

getDisplayValue()

  Calls: GetProductSearchResults
  Returned: Conditionally

# Returns: 'xs:string'