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
-
itemRevisedIf true, indicates the item was revised since the listing became
property
active.
Output only. -
buyItNowAddedIf true, indicates that a Buy It Now Price was added for the item.
property
Only applicable to US eBay Motors items.
Output only. -
buyItNowLoweredIf true, indicates that the item’s Buy It Now price was lowered.
property
Only applicable to US eBay Motors items.
Output only. -
reserveLoweredIf true, indicates that the reserve price was lowered for
property
the item. Only applicable to US eBay Motors items.
Output only. -
reserveRemovedIf 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ReviseStatusType.hbuyItNowAdded
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 *buyItNowAddedDiscussion
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.hbuyItNowLowered
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 *buyItNowLoweredDiscussion
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.hitemRevised
If true, indicates the item was revised since the listing became
active.
Output only.
@property (nonatomic, retain) NSNumber *itemRevisedDiscussion
If true, indicates the item was revised since the listing became
active.
Output only.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ReviseStatusType.hreserveLowered
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 *reserveLoweredDiscussion
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.hreserveRemoved
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 *reserveRemovedDiscussion
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