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

Overview

Defines details about recommended names and values for custom Item Specifics.

@ingroup EBayAPIInterface

Tasks

  •   name

    A recommended Item Specific name.
    Always returned when NameRecommendation is returned.

    property
  •   validationRules

    Constraints that eBay places on this Item Specific.
    Always returned when NameRecommendation is returned.
    As a general rule, AddItem and related calls will not be blocked
    if you don’t use eBay’s recommendations, except where specified
    in this documentation.

    property
  •   valueRecommendation

    A recommended value (if any) for the Item Specific name.
    Only returned when a recommended value is available in the system.



    If an Item Specific has value dependencies (i.e., if it has value recommendations that contain Relationship), then
    all of its value recommendations are returned.
    If it has no dependencies, then the maximum number of
    value recommendations that can be returned is limited by the number
    you specified in MaxValuesPerName.

    property
  •   helpURL

    A page on the eBay Web site with context-specific help tips that
    provide useful information about this Item Specific.
    Only returned when an applicable page is available in the system.

    property
  •   source

    Reserved for future use.

    property
  •   helpText

    Help-text defines the purpose of the tag.
    The help text will be shown only when it is available for the particular tag

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

helpText

Help-text defines the purpose of the tag.
The help text will be shown only when it is available for the particular tag

@property (nonatomic, retain) NSString *helpText

Discussion

Help-text defines the purpose of the tag.
The help text will be shown only when it is available for the particular tag

type : NSString, wrapper for primitive string

Declared In

Trading_NameRecommendationType.h

helpURL

A page on the eBay Web site with context-specific help tips that
provide useful information about this Item Specific.
Only returned when an applicable page is available in the system.

@property (nonatomic, retain) NSString *helpURL

Discussion

A page on the eBay Web site with context-specific help tips that
provide useful information about this Item Specific.
Only returned when an applicable page is available in the system.

type : NSString, wrapper for primitive string

Declared In

Trading_NameRecommendationType.h

name

A recommended Item Specific name.
Always returned when NameRecommendation is returned.

@property (nonatomic, retain) NSString *name

Discussion

A recommended Item Specific name.
Always returned when NameRecommendation is returned.

type : NSString, wrapper for primitive string

Declared In

Trading_NameRecommendationType.h

source

Reserved for future use.

@property (nonatomic, retain) NSString *source

Discussion

Reserved for future use.

type: string constant in Trading_ItemSpecificSourceCodeType.h

Declared In

Trading_NameRecommendationType.h

validationRules

Constraints that eBay places on this Item Specific.
Always returned when NameRecommendation is returned.
As a general rule, AddItem and related calls will not be blocked
if you don’t use eBay’s recommendations, except where specified
in this documentation.

@property (nonatomic, retain) Trading_RecommendationValidationRulesType *validationRules

Discussion

Constraints that eBay places on this Item Specific.
Always returned when NameRecommendation is returned.
As a general rule, AddItem and related calls will not be blocked
if you don’t use eBay’s recommendations, except where specified
in this documentation.

type : class Trading_RecommendationValidationRulesType

Declared In

Trading_NameRecommendationType.h

valueRecommendation

A recommended value (if any) for the Item Specific name.
Only returned when a recommended value is available in the system.



If an Item Specific has value dependencies (i.e., if it has value recommendations that contain Relationship), then
all of its value recommendations are returned.
If it has no dependencies, then the maximum number of
value recommendations that can be returned is limited by the number
you specified in MaxValuesPerName.

@property (nonatomic, retain) NSMutableArray *valueRecommendation

Discussion

A recommended value (if any) for the Item Specific name.
Only returned when a recommended value is available in the system.



If an Item Specific has value dependencies (i.e., if it has value recommendations that contain Relationship), then
all of its value recommendations are returned.
If it has no dependencies, then the maximum number of
value recommendations that can be returned is limited by the number
you specified in MaxValuesPerName.

entry type : class Trading_ValueRecommendationType

Declared In

Trading_NameRecommendationType.h