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

Overview

Details about custom Item Specifics validation rules.

@ingroup EBayAPIInterface

Tasks

  •   maxItemSpecificsPerItem

    The maximum number of custom Item Specifics allowed
    when you list an item. Also the maximum returned per category in
    GetCategorySpecifics and GetItemRecommendations.

    property
  •   maxValuesPerName

    The maximum number of values returned for each custom Item Specific
    in GetCategorySpecifics and GetItemRecommendations.

    property
  •   maxCharactersPerValue

    The maximum number of characters the site supports per custom
    Item Specific value.

    property
  •   maxCharactersPerName

    The maximum number of characters the site supports per custom
    Item Specific name.

    property
  •   detailVersion

    Returns the latest version number for this field. The version can be
    used to determine if and when to refresh cached client data.

    property
  •   updateTime

    Gives the time in GMT that the feature flags for the
    details were last updated. This timestamp can be used to determine
    if and when to refresh cached client data.

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

detailVersion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

type : NSString, wrapper for primitive string

Declared In

Trading_ItemSpecificDetailsType.h

maxCharactersPerName

The maximum number of characters the site supports per custom
Item Specific name.

@property (nonatomic, retain) NSNumber *maxCharactersPerName

Discussion

The maximum number of characters the site supports per custom
Item Specific name.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ItemSpecificDetailsType.h

maxCharactersPerValue

The maximum number of characters the site supports per custom
Item Specific value.

@property (nonatomic, retain) NSNumber *maxCharactersPerValue

Discussion

The maximum number of characters the site supports per custom
Item Specific value.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ItemSpecificDetailsType.h

maxItemSpecificsPerItem

The maximum number of custom Item Specifics allowed
when you list an item. Also the maximum returned per category in
GetCategorySpecifics and GetItemRecommendations.

@property (nonatomic, retain) NSNumber *maxItemSpecificsPerItem

Discussion

The maximum number of custom Item Specifics allowed
when you list an item. Also the maximum returned per category in
GetCategorySpecifics and GetItemRecommendations.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ItemSpecificDetailsType.h

maxValuesPerName

The maximum number of values returned for each custom Item Specific
in GetCategorySpecifics and GetItemRecommendations.

@property (nonatomic, retain) NSNumber *maxValuesPerName

Discussion

The maximum number of values returned for each custom Item Specific
in GetCategorySpecifics and GetItemRecommendations.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ItemSpecificDetailsType.h

updateTime

Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data.

type : NSDate, wrapper for primitive date

Declared In

Trading_ItemSpecificDetailsType.h