Trading_ReviseStatusType Class Reference
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
property
active.
Output only. -
buyItNowAdded
If true, indicates that a Buy It Now Price was added for the item.
property
Only applicable to US eBay Motors items.
Output only. -
buyItNowLowered
If true, indicates that the item’s Buy It Now price was lowered.
property
Only applicable to US eBay Motors items.
Output only. -
reserveLowered
If true, indicates that the reserve price was lowered for
property
the item. Only applicable to US eBay Motors items.
Output only. -
reserveRemoved
If true, indicates that the reserve price was removed
property
from the item. Only applicable to US eBay Motors items.
Output only. -
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