Trading_ListingTipType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ListingTipType.h Trading_ListingTipType.m |
Overview
A tip on improving a listing’s details. Tips are returned from the Listing Analyzer engine.
@ingroup EBayAPIInterface
Tasks
-
listingTipID
Identifier for the tip. Primarily for internal use. This value may change over time.
property -
priority
The rank of the tip. All tips are ranked by importance. Ranking varies for each site.
property
The rank is always greater than 0. -
message
The tip’s message content.
property -
field
The item field that is associated with the tip.
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_ListingTipType.h
field
The item field that is associated with the tip.
@property (nonatomic, retain) Trading_ListingTipFieldType *field
Declared In
Trading_ListingTipType.h
listingTipID
Identifier for the tip. Primarily for internal use. This value may change over time.
@property (nonatomic, retain) NSString *listingTipID
Discussion
Identifier for the tip. Primarily for internal use. This value may change over time.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingTipType.h
message
The tip’s message content.
@property (nonatomic, retain) Trading_ListingTipMessageType *message
Declared In
Trading_ListingTipType.h
priority
The rank of the tip. All tips are ranked by importance. Ranking varies for each site.
The rank is always greater than 0.
@property (nonatomic, retain) NSNumber *priority
Discussion
The rank of the tip. All tips are ranked by importance. Ranking varies for each site.
The rank is always greater than 0.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ListingTipType.h