Trading_ValueRecommendationType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ValueRecommendationType.h Trading_ValueRecommendationType.m |
Overview
Defines details about recommended values for custom Item Specifics.
@ingroup EBayAPIInterface
Tasks
-
value
A recommended value for the Item Specific. Only returned when
property
a recommended value is available. -
validationRules
Constraints that eBay places on this Item Specific value.
property
Only returned when you configure your request to include
relationships and/or confidence, and a recommended value
is available.
(Not returned when ExcludeRelationships is true and
IncludeConfidence is false.) -
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_ValueRecommendationType.h
validationRules
Constraints that eBay places on this Item Specific value.
Only returned when you configure your request to include
relationships and/or confidence, and a recommended value
is available.
(Not returned when ExcludeRelationships is true and
IncludeConfidence is false.)
@property (nonatomic, retain) Trading_RecommendationValidationRulesType *validationRules
Discussion
Constraints that eBay places on this Item Specific value.
Only returned when you configure your request to include
relationships and/or confidence, and a recommended value
is available.
(Not returned when ExcludeRelationships is true and
IncludeConfidence is false.)
type : class Trading_RecommendationValidationRulesType
Declared In
Trading_ValueRecommendationType.h
value
A recommended value for the Item Specific. Only returned when
a recommended value is available.
@property (nonatomic, retain) NSString *value
Discussion
A recommended value for the Item Specific. Only returned when
a recommended value is available.
type : NSString, wrapper for primitive string
Declared In
Trading_ValueRecommendationType.h