Trading_GetProductSearchPageResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetProductSearchPageResponseType.h Trading_GetProductSearchPageResponseType.m |
Tasks
-
attributeSystemVersionCurrent version of the product search page data for the site.
property
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed. -
productSearchPageA list of catalog search criteria and sort keys associated with a catalog-enabled category,
property
plus supplemental information to help the seller understand how to make selections.
Properties
attributeSystemVersion
Current version of the product search page data for the site.
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed.
@property (nonatomic, retain) NSString *attributeSystemVersionDiscussion
Current version of the product search page data for the site.
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed.
type : NSString, wrapper for primitive string
Declared In
Trading_GetProductSearchPageResponseType.hproductSearchPage
A list of catalog search criteria and sort keys associated with a catalog-enabled category,
plus supplemental information to help the seller understand how to make selections.
@property (nonatomic, retain) NSMutableArray *productSearchPageDiscussion
A list of catalog search criteria and sort keys associated with a catalog-enabled category,
plus supplemental information to help the seller understand how to make selections.
entry type : class Trading_ProductSearchPageType
Declared In
Trading_GetProductSearchPageResponseType.h