Trading_ProductFamilyType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ProductFamilyType.h Trading_ProductFamilyType.m |
Tasks
-
parentProductA 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. -
familyMembersA 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ProductFamilyType.hfamilyMembers
A set of products (within the same product family) that match the search query.
@property (nonatomic, retain) NSMutableArray *familyMembersDiscussion
A set of products (within the same product family) that match the search query.
entry type : class Trading_ProductType
Declared In
Trading_ProductFamilyType.hhasMoreChildren
(public property)
@property (nonatomic, retain) NSNumber *hasMoreChildrenDiscussion
(public property)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ProductFamilyType.hparentProduct
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 *parentProductDiscussion
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