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

Overview

Store color scheme.

@ingroup EBayAPIInterface

Tasks

  •   colorSchemeID

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

    property
  •   name

    Store color scheme name. Provides a user-friendly name for the
    color scheme.

    property
  •   color

    Store color set.

    property
  •   font

    Container consisting of the Store’s font properties. This container is not returned if an eBay predefined store theme is
    used ‘as is’. Use the GetStoreOptions
    call to retrieve the complete set of data for the list of predefined eBay Stores options, including the themes and color
    schemes.

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

color

Store color set.

@property (nonatomic, retain) Trading_StoreColorType *color

Discussion

Store color set.

type : class Trading_StoreColorType

Declared In

Trading_StoreColorSchemeType.h

colorSchemeID

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

@property (nonatomic, retain) NSNumber *colorSchemeID

Discussion

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

type : NSNumber, wrapper for primitive int

Declared In

Trading_StoreColorSchemeType.h

font

Container consisting of the Store’s font properties. This container is not returned if an eBay predefined store theme is
used ‘as is’. Use the GetStoreOptions
call to retrieve the complete set of data for the list of predefined eBay Stores options, including the themes and color
schemes.

@property (nonatomic, retain) Trading_StoreFontType *font

Discussion

Container consisting of the Store’s font properties. This container is not returned if an eBay predefined store theme is
used ‘as is’. Use the GetStoreOptions
call to retrieve the complete set of data for the list of predefined eBay Stores options, including the themes and color
schemes.

type : class Trading_StoreFontType

Declared In

Trading_StoreColorSchemeType.h

name

Store color scheme name. Provides a user-friendly name for the
color scheme.

@property (nonatomic, retain) NSString *name

Discussion

Store color scheme name. Provides a user-friendly name for the
color scheme.

type : NSString, wrapper for primitive string

Declared In

Trading_StoreColorSchemeType.h