Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetStoreOptionsResponseType.h
Trading_GetStoreOptionsResponseType.m

Overview

Contains the current list of options for Store configurations.

@ingroup EBayAPIInterface

Tasks

  •   basicThemeArray

    The current set of basic themes. Each basic theme definition
    specifies a valid color scheme for the theme.

    property
  •   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
  •   logoArray

    The current set of Store logos. These logos are used in the Store header.

    property
  •   subscriptionArray

    The current set of eBay Store subscription tiers and corresponding
    subscription prices.

    property
  •   maxCategories

    The maximum number of categories in this store.

    property
  •   maxCategoryLevels

    The 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 *advancedThemeArray

Discussion

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.h

basicThemeArray

The current set of basic themes. Each basic theme definition
specifies a valid color scheme for the theme.

@property (nonatomic, retain) Trading_StoreThemeArrayType *basicThemeArray

Discussion

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.h

logoArray

The current set of Store logos. These logos are used in the Store header.

@property (nonatomic, retain) Trading_StoreLogoArrayType *logoArray

Discussion

The current set of Store logos. These logos are used in the Store header.

type : class Trading_StoreLogoArrayType

Declared In

Trading_GetStoreOptionsResponseType.h

maxCategories

The maximum number of categories in this store.

@property (nonatomic, retain) NSNumber *maxCategories

Discussion

The maximum number of categories in this store.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetStoreOptionsResponseType.h

maxCategoryLevels

The maximum number of category levels in this store.

@property (nonatomic, retain) NSNumber *maxCategoryLevels

Discussion

The maximum number of category levels in this store.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetStoreOptionsResponseType.h

subscriptionArray

The current set of eBay Store subscription tiers and corresponding
subscription prices.

@property (nonatomic, retain) Trading_StoreSubscriptionArrayType *subscriptionArray

Discussion

The current set of eBay Store subscription tiers and corresponding
subscription prices.

type : class Trading_StoreSubscriptionArrayType

Declared In

Trading_GetStoreOptionsResponseType.h