Trading_SellingManagerSearchType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerSearchType.h Trading_SellingManagerSearchType.m |
Overview
For searches of Selling Manager listings, specifies search type, such as ProductID or BuyerUserID,
and search value.
@ingroup EBayAPIInterface
Tasks
-
searchTypeSpecifies the type of value, such as ProductID or BuyerUserID, for the search.
property -
searchValueString identifying the value, matching the SearchType, that the search should return listings
property
for. For example, when ProductID is specified as the SearchType, SearchValue must be a valid
ProductID. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerSearchType.hsearchType
Specifies the type of value, such as ProductID or BuyerUserID, for the search.
@property (nonatomic, retain) NSString *searchTypeDiscussion
Specifies the type of value, such as ProductID or BuyerUserID, for the search.
type: string constant in Trading_SellingManagerSearchTypeCodeType.h
Declared In
Trading_SellingManagerSearchType.hsearchValue
String identifying the value, matching the SearchType, that the search should return listings
for. For example, when ProductID is specified as the SearchType, SearchValue must be a valid
ProductID.
@property (nonatomic, retain) NSString *searchValueDiscussion
String identifying the value, matching the SearchType, that the search should return listings
for. For example, when ProductID is specified as the SearchType, SearchValue must be a valid
ProductID.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSearchType.h