Trading_UserDefinedListType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_UserDefinedListType.h Trading_UserDefinedListType.m |
Overview
Contains the items, searches and sellers that the user has saved to this
list using the “Add to list” feature. The name of the list is given by the
“Name” element.
@ingroup EBayAPIInterface
Tasks
-
name
The user’s chosen name for this list.
property -
itemCount
The value in this field indicates the total number of items in the
property
user-defined list. The number of Item nodes in the
ItemArray should match this value. -
favoriteSellerCount
The value in this field indicates the total number of favorite sellers in the
property
user-defined list. The number of FavoriteSeller nodes returned
in the response should match this value. -
itemArray
An array of Items that the user has added to the user-defined list.
property -
favoriteSearches
An array of Favorite Searches that the user has added to the user-defined list.
property -
favoriteSellers
An array of Favorite Sellers that the user has added to the user-defined list.
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_UserDefinedListType.h
favoriteSearches
An array of Favorite Searches that the user has added to the user-defined list.
@property (nonatomic, retain) Trading_MyeBayFavoriteSearchListType *favoriteSearches
Discussion
An array of Favorite Searches that the user has added to the user-defined list.
type : class Trading_MyeBayFavoriteSearchListType
Declared In
Trading_UserDefinedListType.h
favoriteSellerCount
The value in this field indicates the total number of favorite sellers in the
user-defined list. The number of FavoriteSeller nodes returned
in the response should match this value.
@property (nonatomic, retain) NSNumber *favoriteSellerCount
Discussion
The value in this field indicates the total number of favorite sellers in the
user-defined list. The number of FavoriteSeller nodes returned
in the response should match this value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_UserDefinedListType.h
favoriteSellers
An array of Favorite Sellers that the user has added to the user-defined list.
@property (nonatomic, retain) Trading_MyeBayFavoriteSellerListType *favoriteSellers
Discussion
An array of Favorite Sellers that the user has added to the user-defined list.
type : class Trading_MyeBayFavoriteSellerListType
Declared In
Trading_UserDefinedListType.h
itemArray
An array of Items that the user has added to the user-defined list.
@property (nonatomic, retain) Trading_ItemArrayType *itemArray
Discussion
An array of Items that the user has added to the user-defined list.
type : class Trading_ItemArrayType
Declared In
Trading_UserDefinedListType.h
itemCount
The value in this field indicates the total number of items in the
user-defined list. The number of Item nodes in the
ItemArray should match this value.
@property (nonatomic, retain) NSNumber *itemCount
Discussion
The value in this field indicates the total number of items in the
user-defined list. The number of Item nodes in the
ItemArray should match this value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_UserDefinedListType.h