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

Overview

Store color set.

@ingroup EBayAPIInterface

Tasks

  •   primary

    Primary color for the Store. Specified in 6-digit Hex format.
    For example: F6F6C9

    property
  •   secondary

    Secondary color for the Store. Specified in 6-digit Hex format.
    For example: F6F6C9

    property
  •   accent

    Accent color for the Store. Specified in 6-digit Hex format.
    For example: F6F6C9

    property
  •   any

    (public property)

    property

Properties

accent

Accent color for the Store. Specified in 6-digit Hex format.
For example: F6F6C9

@property (nonatomic, retain) NSString *accent

Discussion

Accent color for the Store. Specified in 6-digit Hex format.
For example: F6F6C9

type : NSString, wrapper for primitive string

Declared In

Trading_StoreColorType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_StoreColorType.h

primary

Primary color for the Store. Specified in 6-digit Hex format.
For example: F6F6C9

@property (nonatomic, retain) NSString *primary

Discussion

Primary color for the Store. Specified in 6-digit Hex format.
For example: F6F6C9

type : NSString, wrapper for primitive string

Declared In

Trading_StoreColorType.h

secondary

Secondary color for the Store. Specified in 6-digit Hex format.
For example: F6F6C9

@property (nonatomic, retain) NSString *secondary

Discussion

Secondary color for the Store. Specified in 6-digit Hex format.
For example: F6F6C9

type : NSString, wrapper for primitive string

Declared In

Trading_StoreColorType.h