Trading_BrandMPNType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BrandMPNType.h Trading_BrandMPNType.m |
Tasks
-
brandThe 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. -
mpnThe 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BrandMPNType.hbrand
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 *brandDiscussion
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.hmpn
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 *mpnDiscussion
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