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

Overview

Describes an individual mark-up or mark-down event. eBay will automatically
mark an application as down if attempts to deliver a notification fail
repeatedly. eBay may mark an application down manually under certain
circumstances.

@ingroup EBayAPIInterface

Tasks

  •   type

    Whether the application has been marked up or marked down.

    property
  •   time

    Time when the application was marked up or marked down.

    property
  •   reason

    Describes how the application was marked down, automatically or
    manually. When an application is automatically marked down, eBay will
    ping the application periodically, and if communication is restored, eBay
    will automatically mark the application up. If your application is marked
    down manually, you must contact eBay Developer Support to get your
    application marked up. A Reason is not provided for mark up events.

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

reason

Describes how the application was marked down, automatically or
manually. When an application is automatically marked down, eBay will
ping the application periodically, and if communication is restored, eBay
will automatically mark the application up. If your application is marked
down manually, you must contact eBay Developer Support to get your
application marked up. A Reason is not provided for mark up events.

@property (nonatomic, retain) NSString *reason

Discussion

Describes how the application was marked down, automatically or
manually. When an application is automatically marked down, eBay will
ping the application periodically, and if communication is restored, eBay
will automatically mark the application up. If your application is marked
down manually, you must contact eBay Developer Support to get your
application marked up. A Reason is not provided for mark up events.

type : NSString, wrapper for primitive string

Declared In

Trading_MarkUpMarkDownEventType.h

time

Time when the application was marked up or marked down.

@property (nonatomic, retain) NSDate *time

Discussion

Time when the application was marked up or marked down.

type : NSDate, wrapper for primitive date

Declared In

Trading_MarkUpMarkDownEventType.h

type

Whether the application has been marked up or marked down.

@property (nonatomic, retain) NSString *type

Discussion

Whether the application has been marked up or marked down.

type: string constant in Trading_MarkUpMarkDownEventTypeCodeType.h

Declared In

Trading_MarkUpMarkDownEventType.h