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
-
listingTipIDIdentifier for the tip. Primarily for internal use. This value may change over time.
property -
priorityThe rank of the tip. All tips are ranked by importance. Ranking varies for each site.
property
The rank is always greater than 0. -
messageThe tip’s message content.
property -
fieldThe item field that is associated with the tip.
property -
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_ListingTipType.hfield
The item field that is associated with the tip.
@property (nonatomic, retain) Trading_ListingTipFieldType *fieldDeclared In
Trading_ListingTipType.hlistingTipID
Identifier for the tip. Primarily for internal use. This value may change over time.
@property (nonatomic, retain) NSString *listingTipIDDiscussion
Identifier for the tip. Primarily for internal use. This value may change over time.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingTipType.hmessage
The tip’s message content.
@property (nonatomic, retain) Trading_ListingTipMessageType *messageDeclared In
Trading_ListingTipType.hpriority
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 *priorityDiscussion
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