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

Overview

Type defining the VariationDetails container that is returned in
GeteBayDetails if VariationDetails is included
in the request as a DetailName filter, or if GeteBayDetails
is called with no DetailName filters.

@ingroup EBayAPIInterface

Tasks

  •   maxVariationsPerItem

    This value indicates the maximum number of item variations that the site will allow
    within one multi-variation listing.

    property
  •   maxNamesPerVariationSpecificsSet

    This value indicates the maximum number of variation specific sets that the site will allow
    per listing. Typical variation specific sets for clothing may be ‘Color’, ‘Size’, ‘Long Sleeve’, etc.

    property
  •   maxValuesPerVariationSpecificsSetName

    This value indicates the maximum number of values that the site will allow
    within one variation specific set. For example, if the variation specific set was
    ‘Color’, the seller could specify as many colors that are available up to this
    maximum value.

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

maxNamesPerVariationSpecificsSet

This value indicates the maximum number of variation specific sets that the site will allow
per listing. Typical variation specific sets for clothing may be ‘Color’, ‘Size’, ‘Long Sleeve’, etc.

@property (nonatomic, retain) NSNumber *maxNamesPerVariationSpecificsSet

Discussion

This value indicates the maximum number of variation specific sets that the site will allow
per listing. Typical variation specific sets for clothing may be ‘Color’, ‘Size’, ‘Long Sleeve’, etc.

type : NSNumber, wrapper for primitive int

Declared In

Trading_VariationDetailsType.h

maxValuesPerVariationSpecificsSetName

This value indicates the maximum number of values that the site will allow
within one variation specific set. For example, if the variation specific set was
‘Color’, the seller could specify as many colors that are available up to this
maximum value.

@property (nonatomic, retain) NSNumber *maxValuesPerVariationSpecificsSetName

Discussion

This value indicates the maximum number of values that the site will allow
within one variation specific set. For example, if the variation specific set was
‘Color’, the seller could specify as many colors that are available up to this
maximum value.

type : NSNumber, wrapper for primitive int

Declared In

Trading_VariationDetailsType.h

maxVariationsPerItem

This value indicates the maximum number of item variations that the site will allow
within one multi-variation listing.

@property (nonatomic, retain) NSNumber *maxVariationsPerItem

Discussion

This value indicates the maximum number of item variations that the site will allow
within one multi-variation listing.

type : NSNumber, wrapper for primitive int

Declared In

Trading_VariationDetailsType.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_VariationDetailsType.h