Trading_ListingTipFieldType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ListingTipFieldType.h Trading_ListingTipFieldType.m |
Tasks
-
listingTipFieldID
Identifier associated with the item field. Primarily for internal use. This value may change over time.
property -
fieldTip
Related text that appears near a field or at the top of the section within which
property
the field appears in the selling flow. -
currentFieldText
A 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. -
currentFieldValue
Current 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ListingTipFieldType.h
currentFieldText
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 *currentFieldText
Discussion
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.h
currentFieldValue
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 *currentFieldValue
Discussion
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.h
fieldTip
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 *fieldTip
Discussion
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.h
listingTipFieldID
Identifier associated with the item field. Primarily for internal use. This value may change over time.
@property (nonatomic, retain) NSString *listingTipFieldID
Discussion
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