Trading_StoreLogoType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_StoreLogoType.h Trading_StoreLogoType.m |
Tasks
-
logoIDStore logo ID (use GetStoreOptions to get the list of valid logo IDs).
property -
nameStore logo name. Provides a user-friendly name for the logo.
property -
urlURL of the logo. Must have a .gif or .jpg extention. Specified when
property
you are using a customized logo. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_StoreLogoType.hlogoID
Store logo ID (use GetStoreOptions to get the list of valid logo IDs).
@property (nonatomic, retain) NSNumber *logoIDDiscussion
Store logo ID (use GetStoreOptions to get the list of valid logo IDs).
type : NSNumber, wrapper for primitive int
Declared In
Trading_StoreLogoType.hname
Store logo name. Provides a user-friendly name for the logo.
@property (nonatomic, retain) NSString *nameDiscussion
Store logo name. Provides a user-friendly name for the logo.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreLogoType.hurl
URL of the logo. Must have a .gif or .jpg extention. Specified when
you are using a customized logo.
@property (nonatomic, retain) NSString *urlDiscussion
URL of the logo. Must have a .gif or .jpg extention. Specified when
you are using a customized logo.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreLogoType.h