Trading_ListingTipFieldType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ListingTipFieldType.h Trading_ListingTipFieldType.m |
Tasks
-
listingTipFieldIDIdentifier associated with the item field. Primarily for internal use. This value may change over time.
property -
fieldTipRelated text that appears near a field or at the top of the section within which
property
the field appears in the selling flow. -
currentFieldTextA label used to preface the current value of a field. For example,
property
“Current value” would be the CurrentValueText in “Current value: 25”.
If no label exists, this element is not returned. -
currentFieldValueCurrent value of the field (in the listing or in the candidate item) or meta-data about the value.
property
For example, if the tip is recommending a longer item title, the CurrentFieldValue might specify
the current length of the title. If no current value is available, this information is not returned. -
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_ListingTipFieldType.hcurrentFieldText
A label used to preface the current value of a field. For example,
“Current value” would be the CurrentValueText in “Current value: 25”.
If no label exists, this element is not returned.
@property (nonatomic, retain) NSString *currentFieldTextDiscussion
A label used to preface the current value of a field. For example,
“Current value” would be the CurrentValueText in “Current value: 25”.
If no label exists, this element is not returned.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingTipFieldType.hcurrentFieldValue
Current value of the field (in the listing or in the candidate item) or meta-data about the value.
For example, if the tip is recommending a longer item title, the CurrentFieldValue might specify
the current length of the title. If no current value is available, this information is not returned.
@property (nonatomic, retain) NSString *currentFieldValueDiscussion
Current value of the field (in the listing or in the candidate item) or meta-data about the value.
For example, if the tip is recommending a longer item title, the CurrentFieldValue might specify
the current length of the title. If no current value is available, this information is not returned.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingTipFieldType.hfieldTip
Related text that appears near a field or at the top of the section within which
the field appears in the selling flow.
@property (nonatomic, retain) NSString *fieldTipDiscussion
Related text that appears near a field or at the top of the section within which
the field appears in the selling flow.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingTipFieldType.hlistingTipFieldID
Identifier associated with the item field. Primarily for internal use. This value may change over time.
@property (nonatomic, retain) NSString *listingTipFieldIDDiscussion
Identifier associated with the item field. Primarily for internal use. This value may change over time.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingTipFieldType.h