Trading_StoreCustomListingHeaderType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_StoreCustomListingHeaderType.h Trading_StoreCustomListingHeaderType.m |
Tasks
-
displayTypeDisplay type for the custom listing header.
property -
logoSpecifies whether the custom header has a logo.
property -
searchBoxSpecifies whether the custom header has a search box.
property -
linkToIncludeLink to include in the custom header.
property -
addToFavoriteStoresSpecifies whether the custom header has a link to Add to
property
Favorite Stores. -
signUpForStoreNewsletterSpecifies whether the custom header has a link to Sign up for Store
property
Newsletter. -
any(public property)
property
Properties
addToFavoriteStores
Specifies whether the custom header has a link to Add to
Favorite Stores.
@property (nonatomic, retain) NSNumber *addToFavoriteStoresDiscussion
Specifies whether the custom header has a link to Add to
Favorite Stores.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_StoreCustomListingHeaderType.hdisplayType
Display type for the custom listing header.
@property (nonatomic, retain) NSString *displayTypeDiscussion
Display type for the custom listing header.
type: string constant in Trading_StoreCustomListingHeaderDisplayCodeType.h
Declared In
Trading_StoreCustomListingHeaderType.hlinkToInclude
Link to include in the custom header.
@property (nonatomic, retain) NSMutableArray *linkToIncludeDiscussion
Link to include in the custom header.
entry type : class Trading_StoreCustomListingHeaderLinkType
Declared In
Trading_StoreCustomListingHeaderType.hlogo
Specifies whether the custom header has a logo.
@property (nonatomic, retain) NSNumber *logoDiscussion
Specifies whether the custom header has a logo.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.hsearchBox
Specifies whether the custom header has a search box.
@property (nonatomic, retain) NSNumber *searchBoxDiscussion
Specifies whether the custom header has a search box.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.hsignUpForStoreNewsletter
Specifies whether the custom header has a link to Sign up for Store
Newsletter.
@property (nonatomic, retain) NSNumber *signUpForStoreNewsletterDiscussion
Specifies whether the custom header has a link to Sign up for Store
Newsletter.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.h