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

Overview

Store logo.

@ingroup EBayAPIInterface

Tasks

  •   logoID

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

    property
  •   name

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

    property
  •   url

    URL of the logo. Must have a .gif or .jpg extention. Specified when
    you are using a customized logo.

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

logoID

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

@property (nonatomic, retain) NSNumber *logoID

Discussion

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

type : NSNumber, wrapper for primitive int

Declared In

Trading_StoreLogoType.h

name

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

@property (nonatomic, retain) NSString *name

Discussion

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

type : NSString, wrapper for primitive string

Declared In

Trading_StoreLogoType.h

url

URL of the logo. Must have a .gif or .jpg extention. Specified when
you are using a customized logo.

@property (nonatomic, retain) NSString *url

Discussion

URL of the logo. Must have a .gif or .jpg extention. Specified when
you are using a customized logo.

type : NSString, wrapper for primitive string

Declared In

Trading_StoreLogoType.h