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

Overview

Defines supported fields for BrandMPN.

@ingroup EBayAPIInterface

Tasks

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