Inherits from NSObject
Conforms to PicoBindable
Declared in Shopping_NameValueListType.h
Shopping_NameValueListType.m

Overview

A name and corresponding value (a name/value pair).

@ingroup ShoppingInterface

Tasks

  •   name

    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
  •   value

    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
  •   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

Shopping_NameValueListType.h

name

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 *name

Discussion

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.h

value

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 *value

Discussion

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