eBay::API::XML::DataType::ProductFinderConstraintType - eBay::API::XML::DataType::ProductFinderConstraintType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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