Trading_StoreCustomListingHeaderType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_StoreCustomListingHeaderType.h Trading_StoreCustomListingHeaderType.m |
Tasks
-
displayType
Display type for the custom listing header.
property -
logo
Specifies whether the custom header has a logo.
property -
searchBox
Specifies whether the custom header has a search box.
property -
linkToInclude
Link to include in the custom header.
property -
addToFavoriteStores
Specifies whether the custom header has a link to Add to
property
Favorite Stores. -
signUpForStoreNewsletter
Specifies 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 *addToFavoriteStores
Discussion
Specifies whether the custom header has a link to Add to
Favorite Stores.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_StoreCustomListingHeaderType.h
displayType
Display type for the custom listing header.
@property (nonatomic, retain) NSString *displayType
Discussion
Display type for the custom listing header.
type: string constant in Trading_StoreCustomListingHeaderDisplayCodeType.h
Declared In
Trading_StoreCustomListingHeaderType.h
linkToInclude
Link to include in the custom header.
@property (nonatomic, retain) NSMutableArray *linkToInclude
Discussion
Link to include in the custom header.
entry type : class Trading_StoreCustomListingHeaderLinkType
Declared In
Trading_StoreCustomListingHeaderType.h
logo
Specifies whether the custom header has a logo.
@property (nonatomic, retain) NSNumber *logo
Discussion
Specifies whether the custom header has a logo.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.h
searchBox
Specifies whether the custom header has a search box.
@property (nonatomic, retain) NSNumber *searchBox
Discussion
Specifies whether the custom header has a search box.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreCustomListingHeaderType.h
signUpForStoreNewsletter
Specifies whether the custom header has a link to Sign up for Store
Newsletter.
@property (nonatomic, retain) NSNumber *signUpForStoreNewsletter
Discussion
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