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

Overview

Defines properties associated with a particular event.

@ingroup EBayAPIInterface

Tasks

  •   eventType

    The name of the notification event.

    property
  •   name

    Specify property name associated with an particular event.

    property
  •   value

    Specifies the value for the property.

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

eventType

The name of the notification event.

@property (nonatomic, retain) NSString *eventType

Discussion

The name of the notification event.

type: string constant in Trading_NotificationEventTypeCodeType.h

Declared In

Trading_NotificationEventPropertyType.h

name

Specify property name associated with an particular event.

@property (nonatomic, retain) NSString *name

Discussion

Specify property name associated with an particular event.

type: string constant in Trading_NotificationEventPropertyNameCodeType.h

Declared In

Trading_NotificationEventPropertyType.h

value

Specifies the value for the property.

@property (nonatomic, retain) NSString *value

Discussion

Specifies the value for the property.

type : NSString, wrapper for primitive string

Declared In

Trading_NotificationEventPropertyType.h