Trading_BrandMPNType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BrandMPNType.h Trading_BrandMPNType.m |
Tasks
-
brand
The brand of the product. eBay searches against the
property
names that are publicly available in eBay’s catalogs.
This means you can specify the well-known
brand name that an average user would recognize.
Specify this in combination with MPN. -
mpn
The manufacturer part number of the product. Use the
property
value specified by the manufacturer. (eBay removes special
characters and spaces to normalize the values in order to find a
match.) -
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_BrandMPNType.h
brand
The brand of the product. eBay searches against the
names that are publicly available in eBay’s catalogs.
This means you can specify the well-known
brand name that an average user would recognize.
Specify this in combination with MPN.
@property (nonatomic, retain) NSString *brand
Discussion
The brand of the product. eBay searches against the
names that are publicly available in eBay’s catalogs.
This means you can specify the well-known
brand name that an average user would recognize.
Specify this in combination with MPN.
type : NSString, wrapper for primitive string
Declared In
Trading_BrandMPNType.h
mpn
The manufacturer part number of the product. Use the
value specified by the manufacturer. (eBay removes special
characters and spaces to normalize the values in order to find a
match.)
@property (nonatomic, retain) NSString *mpn
Discussion
The manufacturer part number of the product. Use the
value specified by the manufacturer. (eBay removes special
characters and spaces to normalize the values in order to find a
match.)
type : NSString, wrapper for primitive string
Declared In
Trading_BrandMPNType.h