Shopping_NameValueListType Class Reference
| Inherits from | NSObject | 
| Conforms to | PicoBindable | 
| Declared in | Shopping_NameValueListType.h Shopping_NameValueListType.m | 
Tasks
- 
	
		nameThe name of the item specific. property
 
 
 This field is returned only in responses if the seller included an item specific
 Name in the listing. However, if the seller didn’t also include a corresponding
 value for the item specific, it is best to not display the name to name to avoid
 confusing users.
 
 
 For the item condition, this usually includes the word “Condition” for eBay US,
 UK, Australia, and India listings; and “Artikelzustand” for eBay Germany, Austria,
 and Switzerland listings.
 
 
 Note:
 Ignore item specifics with SIFFTAS in the name. These are for internal use by
 eBay and aren’t meaningful to users.
 
- 
	
		valueA value for the item specific. property
 
 
 This field is only returned in responses if the seller included a value
 for an item specific. In the GetSingleItem response, this field is always
 returned for each item specific that is returned (if any). However,
 if the seller didn’t select a value for the item specific,
 this field may return empty, or it may return a value like “-”,
 “Not Selected”, or “Unspecified” (or the equivalent in the language
 of the site).
 
 
 For the item condition, this usually includes the
 word “New” or “Used” for eBay US, UK, Australia, and India listings;
 and “Neu” or “Gebraucht” for eBay Germany, Austria, and Switzerland
 listings.
- 
	
		any(public property) property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_NameValueListType.hname
The name of the item specific.
This field is returned only in responses if the seller included an item specific
Name in the listing. However, if the seller didn’t also include a corresponding
value for the item specific, it is best to not display the name to name to avoid
confusing users.
For the item condition, this usually includes the word “Condition” for eBay US,
UK, Australia, and India listings; and “Artikelzustand” for eBay Germany, Austria,
and Switzerland listings.
Note:
Ignore item specifics with SIFFTAS in the name. These are for internal use by
eBay and aren’t meaningful to users.
@property (nonatomic, retain) NSString *nameDiscussion
The name of the item specific.
This field is returned only in responses if the seller included an item specific
Name in the listing. However, if the seller didn’t also include a corresponding
value for the item specific, it is best to not display the name to name to avoid
confusing users.
For the item condition, this usually includes the word “Condition” for eBay US,
UK, Australia, and India listings; and “Artikelzustand” for eBay Germany, Austria,
and Switzerland listings.
Note:
Ignore item specifics with SIFFTAS in the name. These are for internal use by
eBay and aren’t meaningful to users.
type : NSString, wrapper for primitive string
Declared In
Shopping_NameValueListType.hvalue
A value for the item specific.
This field is only returned in responses if the seller included a value
for an item specific. In the GetSingleItem response, this field is always
returned for each item specific that is returned (if any). However,
if the seller didn’t select a value for the item specific,
this field may return empty, or it may return a value like “-”,
“Not Selected”, or “Unspecified” (or the equivalent in the language
of the site).
For the item condition, this usually includes the
word “New” or “Used” for eBay US, UK, Australia, and India listings;
and “Neu” or “Gebraucht” for eBay Germany, Austria, and Switzerland
listings.
@property (nonatomic, retain) NSMutableArray *valueDiscussion
A value for the item specific.
This field is only returned in responses if the seller included a value
for an item specific. In the GetSingleItem response, this field is always
returned for each item specific that is returned (if any). However,
if the seller didn’t select a value for the item specific,
this field may return empty, or it may return a value like “-”,
“Not Selected”, or “Unspecified” (or the equivalent in the language
of the site).
For the item condition, this usually includes the
word “New” or “Used” for eBay US, UK, Australia, and India listings;
and “Neu” or “Gebraucht” for eBay Germany, Austria, and Switzerland
listings.
entry type : NSString, wrapper for primitive string
Declared In
Shopping_NameValueListType.h