Trading_SellerFavoriteItemPreferencesType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellerFavoriteItemPreferencesType.h Trading_SellerFavoriteItemPreferencesType.m |
Overview
Contains the data for the seller favorite item preferences, i.e. the manual or automatic selection criteria to display items for buyer’s favourite seller opt in email marketing.
@ingroup EBayAPIInterface
Tasks
-
searchKeywords
The keywords in the item title for the automatic item search criteria.
property -
storeCategoryID
(For eBay Store owners only) The store custom category for the automatic item search criteria.
property -
listingType
The listing format (fixed price, auction, etc) for the automatic item search criteria.
property -
searchSortOrder
The sort order chosen from the standard ebay sorts for the automatic search criteria.
property -
minPrice
Specifies the lower limit of price range for the automatic search criteria.
property -
maxPrice
Specifies the upper limit of price range for the automatic search criteria.
property -
favoriteItemID
Specifies the list of favorite items.
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_SellerFavoriteItemPreferencesType.h
favoriteItemID
Specifies the list of favorite items.
@property (nonatomic, retain) NSMutableArray *favoriteItemID
Discussion
Specifies the list of favorite items.
entry type : NSString, wrapper for primitive string
Declared In
Trading_SellerFavoriteItemPreferencesType.h
listingType
The listing format (fixed price, auction, etc) for the automatic item search criteria.
@property (nonatomic, retain) NSString *listingType
Discussion
The listing format (fixed price, auction, etc) for the automatic item search criteria.
type: string constant in Trading_ListingTypeCodeType.h
Declared In
Trading_SellerFavoriteItemPreferencesType.h
maxPrice
Specifies the upper limit of price range for the automatic search criteria.
@property (nonatomic, retain) Trading_AmountType *maxPrice
Discussion
Specifies the upper limit of price range for the automatic search criteria.
type : class Trading_AmountType
Declared In
Trading_SellerFavoriteItemPreferencesType.h
minPrice
Specifies the lower limit of price range for the automatic search criteria.
@property (nonatomic, retain) Trading_AmountType *minPrice
Discussion
Specifies the lower limit of price range for the automatic search criteria.
type : class Trading_AmountType
Declared In
Trading_SellerFavoriteItemPreferencesType.h
searchKeywords
The keywords in the item title for the automatic item search criteria.
@property (nonatomic, retain) NSString *searchKeywords
Discussion
The keywords in the item title for the automatic item search criteria.
type : NSString, wrapper for primitive string
Declared In
Trading_SellerFavoriteItemPreferencesType.h
searchSortOrder
The sort order chosen from the standard ebay sorts for the automatic search criteria.
@property (nonatomic, retain) NSString *searchSortOrder
Discussion
The sort order chosen from the standard ebay sorts for the automatic search criteria.
type: string constant in Trading_StoreItemListSortOrderCodeType.h
Declared In
Trading_SellerFavoriteItemPreferencesType.h
storeCategoryID
(For eBay Store owners only) The store custom category for the automatic item search criteria.
@property (nonatomic, retain) NSNumber *storeCategoryID
Discussion
(For eBay Store owners only) The store custom category for the automatic item search criteria.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellerFavoriteItemPreferencesType.h