Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_StoreThemeType.h
Trading_StoreThemeType.m

Overview

Store theme.

@ingroup EBayAPIInterface

Tasks

  •   themeID

    Store theme ID (use GetStoreOptions to get the list of valid theme
    IDs).

    property
  •   name

    Store theme name. Provides a user-friendly name for the theme.

    property
  •   colorScheme

    Theme color scheme.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_StoreThemeType.h

colorScheme

Theme color scheme.

@property (nonatomic, retain) Trading_StoreColorSchemeType *colorScheme

Discussion

Theme color scheme.

type : class Trading_StoreColorSchemeType

Declared In

Trading_StoreThemeType.h

name

Store theme name. Provides a user-friendly name for the theme.

@property (nonatomic, retain) NSString *name

Discussion

Store theme name. Provides a user-friendly name for the theme.

type : NSString, wrapper for primitive string

Declared In

Trading_StoreThemeType.h

themeID

Store theme ID (use GetStoreOptions to get the list of valid theme
IDs).

@property (nonatomic, retain) NSNumber *themeID

Discussion

Store theme ID (use GetStoreOptions to get the list of valid theme
IDs).

type : NSNumber, wrapper for primitive int

Declared In

Trading_StoreThemeType.h