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
-
valueA recommended value for the Item Specific. Only returned when
property
a recommended value is available. -
validationRulesConstraints 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ValueRecommendationType.hvalidationRules
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 *validationRulesDiscussion
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.hvalue
A recommended value for the Item Specific. Only returned when
a recommended value is available.
@property (nonatomic, retain) NSString *valueDiscussion
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