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

  •   searchType

    Specifies the type of value, such as ProductID or BuyerUserID, for the search.

    property
  •   searchValue

    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
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_SellingManagerSearchType.h

searchType

Specifies the type of value, such as ProductID or BuyerUserID, for the search.

@property (nonatomic, retain) NSString *searchType

Discussion

Specifies the type of value, such as ProductID or BuyerUserID, for the search.

type: string constant in Trading_SellingManagerSearchTypeCodeType.h

Declared In

Trading_SellingManagerSearchType.h

searchValue

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 *searchValue

Discussion

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