Trading_GetProductSearchResultsResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetProductSearchResultsResponseType.h Trading_GetProductSearchResultsResponseType.m |
Tasks
-
dataElementSets
Container for one or more DataElement fields containing supplemental
property
helpful data. A DataElement field is an HTML snippet that specifies hints
for the user, help links, help graphics, and other supplemental
information that varies per characteristic set. Usage of this information
is optional and may require you to inspect the information to determine
how it can be applied in an application. Also returned with warnings when
no matches are found. -
productSearchResult
Contains the attributes and product details that match the attributes or
property
query keywords passed in the request. Always returned when product search
results are found.
Properties
dataElementSets
Container for one or more DataElement fields containing supplemental
helpful data. A DataElement field is an HTML snippet that specifies hints
for the user, help links, help graphics, and other supplemental
information that varies per characteristic set. Usage of this information
is optional and may require you to inspect the information to determine
how it can be applied in an application. Also returned with warnings when
no matches are found.
@property (nonatomic, retain) NSMutableArray *dataElementSets
Discussion
Container for one or more DataElement fields containing supplemental
helpful data. A DataElement field is an HTML snippet that specifies hints
for the user, help links, help graphics, and other supplemental
information that varies per characteristic set. Usage of this information
is optional and may require you to inspect the information to determine
how it can be applied in an application. Also returned with warnings when
no matches are found.
entry type : class Trading_DataElementSetType
Declared In
Trading_GetProductSearchResultsResponseType.h
productSearchResult
Contains the attributes and product details that match the attributes or
query keywords passed in the request. Always returned when product search
results are found.
@property (nonatomic, retain) NSMutableArray *productSearchResult
Discussion
Contains the attributes and product details that match the attributes or
query keywords passed in the request. Always returned when product search
results are found.
entry type : class Trading_ProductSearchResultType
Declared In
Trading_GetProductSearchResultsResponseType.h