Trading_GetStoreOptionsResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetStoreOptionsResponseType.h Trading_GetStoreOptionsResponseType.m |
Tasks
-
basicThemeArrayThe current set of basic themes. Each basic theme definition
property
specifies a valid color scheme for the theme. -
advancedThemeArrayThe current set of advances themes. Unlike basic themes, you
property
can use any colorscheme with an advanced theme. These themes
are suitable for more advanced customization. -
logoArrayThe current set of Store logos. These logos are used in the Store header.
property -
subscriptionArrayThe current set of eBay Store subscription tiers and corresponding
property
subscription prices. -
maxCategoriesThe maximum number of categories in this store.
property -
maxCategoryLevelsThe maximum number of category levels in this store.
property
Properties
advancedThemeArray
The current set of advances themes. Unlike basic themes, you
can use any colorscheme with an advanced theme. These themes
are suitable for more advanced customization.
@property (nonatomic, retain) Trading_StoreThemeArrayType *advancedThemeArrayDiscussion
The current set of advances themes. Unlike basic themes, you
can use any colorscheme with an advanced theme. These themes
are suitable for more advanced customization.
type : class Trading_StoreThemeArrayType
Declared In
Trading_GetStoreOptionsResponseType.hbasicThemeArray
The current set of basic themes. Each basic theme definition
specifies a valid color scheme for the theme.
@property (nonatomic, retain) Trading_StoreThemeArrayType *basicThemeArrayDiscussion
The current set of basic themes. Each basic theme definition
specifies a valid color scheme for the theme.
type : class Trading_StoreThemeArrayType
Declared In
Trading_GetStoreOptionsResponseType.hlogoArray
The current set of Store logos. These logos are used in the Store header.
@property (nonatomic, retain) Trading_StoreLogoArrayType *logoArrayDiscussion
The current set of Store logos. These logos are used in the Store header.
type : class Trading_StoreLogoArrayType
Declared In
Trading_GetStoreOptionsResponseType.hmaxCategories
The maximum number of categories in this store.
@property (nonatomic, retain) NSNumber *maxCategoriesDiscussion
The maximum number of categories in this store.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetStoreOptionsResponseType.hmaxCategoryLevels
The maximum number of category levels in this store.
@property (nonatomic, retain) NSNumber *maxCategoryLevelsDiscussion
The maximum number of category levels in this store.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetStoreOptionsResponseType.hsubscriptionArray
The current set of eBay Store subscription tiers and corresponding
subscription prices.
@property (nonatomic, retain) Trading_StoreSubscriptionArrayType *subscriptionArrayDiscussion
The current set of eBay Store subscription tiers and corresponding
subscription prices.
type : class Trading_StoreSubscriptionArrayType
Declared In
Trading_GetStoreOptionsResponseType.h