Trading_ItemCompatibilityListType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ItemCompatibilityListType.h Trading_ItemCompatibilityListType.m |
Overview
A list of compatible applications specified as name and value pairs. Describes an
assembly with which a part is compatible (i.e., compatibility by application). For
example, to specify a part’s compatibility with a vehicle, the name would map to
standard vehicle characteristics (e.g., Year, Make, Model, Trim, and Engine). The
values would desribe the specific vehicle, such as a 2006 Honda Accord.
@ingroup EBayAPIInterface
Tasks
-
compatibilityDetails for an individual compatible application, consisting of the name-value pair
property
and related compatibility notes. When revising or relisting, the
Delete field can be used to delete individual compatibility
nodes. -
replaceAllSet this value to true to delete or replace all existing parts compatibility
property
information when you revise or relist an item. If set to true, all existing
item compatibility nodes are removed from the listing. If new item
compatibilities are specified in the request, they replace the removed
compatibilities. You cannot delete or replace an item compatibility list if
the listing has bids or if it ends within 12 hours. -
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_ItemCompatibilityListType.hcompatibility
Details for an individual compatible application, consisting of the name-value pair
and related compatibility notes. When revising or relisting, the
Delete field can be used to delete individual compatibility
nodes.
@property (nonatomic, retain) NSMutableArray *compatibilityDiscussion
Details for an individual compatible application, consisting of the name-value pair
and related compatibility notes. When revising or relisting, the
Delete field can be used to delete individual compatibility
nodes.
entry type : class Trading_ItemCompatibilityType
Declared In
Trading_ItemCompatibilityListType.hreplaceAll
Set this value to true to delete or replace all existing parts compatibility
information when you revise or relist an item. If set to true, all existing
item compatibility nodes are removed from the listing. If new item
compatibilities are specified in the request, they replace the removed
compatibilities. You cannot delete or replace an item compatibility list if
the listing has bids or if it ends within 12 hours.
@property (nonatomic, retain) NSNumber *replaceAllDiscussion
Set this value to true to delete or replace all existing parts compatibility
information when you revise or relist an item. If set to true, all existing
item compatibility nodes are removed from the listing. If new item
compatibilities are specified in the request, they replace the removed
compatibilities. You cannot delete or replace an item compatibility list if
the listing has bids or if it ends within 12 hours.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ItemCompatibilityListType.h