Trading_AddToItemDescriptionRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_AddToItemDescriptionRequestType.h Trading_AddToItemDescriptionRequestType.m |
Overview
Appends a horizontal rule, then a message about what time the
addition was made by the seller, and then the seller-specified text.
@ingroup EBayAPIInterface
Tasks
-
itemIDUnique item ID that identifies the target item listing, the description
property
of which is appended with the text specified in Description. -
descriptionSpecifies the text to append to the end of the listing’s description.
property
Text appended to a listing’s description must abide by the rules
applicable to this data (such as no JavaScript) as is the case when
first listing the item.
Properties
description
Specifies the text to append to the end of the listing’s description.
Text appended to a listing’s description must abide by the rules
applicable to this data (such as no JavaScript) as is the case when
first listing the item.
@property (nonatomic, retain) NSString *descriptionDiscussion
Specifies the text to append to the end of the listing’s description.
Text appended to a listing’s description must abide by the rules
applicable to this data (such as no JavaScript) as is the case when
first listing the item.
type : NSString, wrapper for primitive string
Declared In
Trading_AddToItemDescriptionRequestType.hitemID
Unique item ID that identifies the target item listing, the description
of which is appended with the text specified in Description.
@property (nonatomic, retain) NSString *itemIDDiscussion
Unique item ID that identifies the target item listing, the description
of which is appended with the text specified in Description.
type : NSString, wrapper for primitive string
Declared In
Trading_AddToItemDescriptionRequestType.h