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

Overview

All information corresponding to an individual compatibility by application.

@ingroup EBayAPIInterface

Tasks

  •   delete

    Removes individual parts compatibility nodes from the compatibility list. Set
    to true within the compatibility to delete.



    This field can only be used when revising an item or template.


    If the listing has bids or ends within 12 hours, you cannot delete item
    compatibilities.

    property
  •   nameValueList

    A name-value pair describing a single compatible application. The
    allowed names and values are specific to the primary category in which the
    item is listed. For example, when listing in a Parts & Accessories
    category, where the applications are vehicles, the allowed names might include
    Year, Make, and Model, and the values would correspond to specific vehicles in
    eBay’s catalog.



    The eBay Germany site supports the use of K type vehicle numbers to specify
    parts compatibility. To use a K type number to specify item compatiblities,
    set the Name field to “KType” and set the corresponding Value field to the
    K type number.

    property
  •   compatibilityNotes

    The seller may optionally enter any notes pertaining to the compatibility
    being specified. Use this field to specify the placement of the part on a
    vehicle or the type of vehicle a part fits.

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

compatibilityNotes

The seller may optionally enter any notes pertaining to the compatibility
being specified. Use this field to specify the placement of the part on a
vehicle or the type of vehicle a part fits.

@property (nonatomic, retain) NSString *compatibilityNotes

Discussion

The seller may optionally enter any notes pertaining to the compatibility
being specified. Use this field to specify the placement of the part on a
vehicle or the type of vehicle a part fits.

type : NSString, wrapper for primitive string

Declared In

Trading_ItemCompatibilityType.h

delete

Removes individual parts compatibility nodes from the compatibility list. Set
to true within the compatibility to delete.



This field can only be used when revising an item or template.


If the listing has bids or ends within 12 hours, you cannot delete item
compatibilities.

@property (nonatomic, retain) NSNumber *delete

Discussion

Removes individual parts compatibility nodes from the compatibility list. Set
to true within the compatibility to delete.



This field can only be used when revising an item or template.


If the listing has bids or ends within 12 hours, you cannot delete item
compatibilities.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ItemCompatibilityType.h

nameValueList

A name-value pair describing a single compatible application. The
allowed names and values are specific to the primary category in which the
item is listed. For example, when listing in a Parts & Accessories
category, where the applications are vehicles, the allowed names might include
Year, Make, and Model, and the values would correspond to specific vehicles in
eBay’s catalog.



The eBay Germany site supports the use of K type vehicle numbers to specify
parts compatibility. To use a K type number to specify item compatiblities,
set the Name field to “KType” and set the corresponding Value field to the
K type number.

@property (nonatomic, retain) NSMutableArray *nameValueList

Discussion

A name-value pair describing a single compatible application. The
allowed names and values are specific to the primary category in which the
item is listed. For example, when listing in a Parts & Accessories
category, where the applications are vehicles, the allowed names might include
Year, Make, and Model, and the values would correspond to specific vehicles in
eBay’s catalog.



The eBay Germany site supports the use of K type vehicle numbers to specify
parts compatibility. To use a K type number to specify item compatiblities,
set the Name field to “KType” and set the corresponding Value field to the
K type number.

entry type : class Trading_NameValueListType

Declared In

Trading_ItemCompatibilityType.h