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

Overview

Contains data indicating whether an item has been revised since the
listing became active and, if so, which among a subset of properties
have been changed by the revision.
Output only.

@ingroup EBayAPIInterface

Tasks

  •   itemRevised

    If true, indicates the item was revised since the listing became
    active.
    Output only.

    property
  •   buyItNowAdded

    If true, indicates that a Buy It Now Price was added for the item.
    Only applicable to US eBay Motors items.
    Output only.

    property
  •   buyItNowLowered

    If true, indicates that the item’s Buy It Now price was lowered.
    Only applicable to US eBay Motors items.
    Output only.

    property
  •   reserveLowered

    If true, indicates that the reserve price was lowered for
    the item. Only applicable to US eBay Motors items.
    Output only.

    property
  •   reserveRemoved

    If true, indicates that the reserve price was removed
    from the item. Only applicable to US eBay Motors items.
    Output only.

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

buyItNowAdded

If true, indicates that a Buy It Now Price was added for the item.
Only applicable to US eBay Motors items.
Output only.

@property (nonatomic, retain) NSNumber *buyItNowAdded

Discussion

If true, indicates that a Buy It Now Price was added for the item.
Only applicable to US eBay Motors items.
Output only.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReviseStatusType.h

buyItNowLowered

If true, indicates that the item’s Buy It Now price was lowered.
Only applicable to US eBay Motors items.
Output only.

@property (nonatomic, retain) NSNumber *buyItNowLowered

Discussion

If true, indicates that the item’s Buy It Now price was lowered.
Only applicable to US eBay Motors items.
Output only.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReviseStatusType.h

itemRevised

If true, indicates the item was revised since the listing became
active.
Output only.

@property (nonatomic, retain) NSNumber *itemRevised

Discussion

If true, indicates the item was revised since the listing became
active.
Output only.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReviseStatusType.h

reserveLowered

If true, indicates that the reserve price was lowered for
the item. Only applicable to US eBay Motors items.
Output only.

@property (nonatomic, retain) NSNumber *reserveLowered

Discussion

If true, indicates that the reserve price was lowered for
the item. Only applicable to US eBay Motors items.
Output only.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReviseStatusType.h

reserveRemoved

If true, indicates that the reserve price was removed
from the item. Only applicable to US eBay Motors items.
Output only.

@property (nonatomic, retain) NSNumber *reserveRemoved

Discussion

If true, indicates that the reserve price was removed
from the item. Only applicable to US eBay Motors items.
Output only.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReviseStatusType.h