Trading_ProductFamilyType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ProductFamilyType.h Trading_ProductFamilyType.m |
Tasks
-
parentProduct
A transient header that describes the current search results. Contains a
property
an ID, a subset of attributes, and a typical stock photo
to help a user easily distinguish the products in the current result set
from products in other result sets returned in the same response.
One ParentProduct is returned per ProductFamily. -
familyMembers
A set of products (within the same product family) that match the search query.
property -
any
(public property)
property -
hasMoreChildren
(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_ProductFamilyType.h
familyMembers
A set of products (within the same product family) that match the search query.
@property (nonatomic, retain) NSMutableArray *familyMembers
Discussion
A set of products (within the same product family) that match the search query.
entry type : class Trading_ProductType
Declared In
Trading_ProductFamilyType.h
hasMoreChildren
(public property)
@property (nonatomic, retain) NSNumber *hasMoreChildren
Discussion
(public property)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ProductFamilyType.h
parentProduct
A transient header that describes the current search results. Contains a
an ID, a subset of attributes, and a typical stock photo
to help a user easily distinguish the products in the current result set
from products in other result sets returned in the same response.
One ParentProduct is returned per ProductFamily.
@property (nonatomic, retain) Trading_ProductType *parentProduct
Discussion
A transient header that describes the current search results. Contains a
an ID, a subset of attributes, and a typical stock photo
to help a user easily distinguish the products in the current result set
from products in other result sets returned in the same response.
One ParentProduct is returned per ProductFamily.
type : class Trading_ProductType
Declared In
Trading_ProductFamilyType.h