Trading_NameRecommendationType Class Reference
| 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
-
nameA recommended Item Specific name.
property
Always returned when NameRecommendation is returned. -
validationRulesConstraints that eBay places on this Item Specific.
property
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. -
valueRecommendationA recommended value (if any) for the Item Specific name.
property
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. -
helpURLA page on the eBay Web site with context-specific help tips that
property
provide useful information about this Item Specific.
Only returned when an applicable page is available in the system. -
sourceReserved for future use.
property -
helpTextHelp-text defines the purpose of the tag.
property
The help text will be shown only when it is available for the particular tag -
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_NameRecommendationType.hhelpText
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 *helpTextDiscussion
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.hhelpURL
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 *helpURLDiscussion
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.hname
A recommended Item Specific name.
Always returned when NameRecommendation is returned.
@property (nonatomic, retain) NSString *nameDiscussion
A recommended Item Specific name.
Always returned when NameRecommendation is returned.
type : NSString, wrapper for primitive string
Declared In
Trading_NameRecommendationType.hsource
Reserved for future use.
@property (nonatomic, retain) NSString *sourceDiscussion
Reserved for future use.
type: string constant in Trading_ItemSpecificSourceCodeType.h
Declared In
Trading_NameRecommendationType.hvalidationRules
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 *validationRulesDiscussion
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.hvalueRecommendation
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 *valueRecommendationDiscussion
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