Shopping_FeedbackDetailType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_FeedbackDetailType.h Shopping_FeedbackDetailType.m |
Overview
Detailed feedback information for a user. Conveys the score for the
feedback, the textual comment, and other information.
@ingroup ShoppingInterface
Tasks
-
commentingUsereBay user ID for the user who left the feedback.
property -
commentingUserScoreFeedback score of the user in CommentingUser.
property -
commentTextText message left by the user in CommentingUser. Used to provide a more
property
in-depth description of the user’s opinion of the transaction.
Returned as text in the language that the
comment was originally left in. -
commentTimeDate and time (in GMT) that the feedback was submitted to eBay.
property -
commentTypeType of feedback. Can be Positive, Neutral, Negative, or Withdrawn (see the
property
CommentTypeCodeType code list). Positive feedbacks add to the user’s total
feedback score, negative feedbacks lower the score, and neutral feedbacks do
not affect the score (but do affect the overall picture of the user’s online
reputation). -
feedbackResponseTextual comment that the user targeted by feedback may leave
property
in response or rebuttal to the feedback. -
followUpExplanation a user can give to a response.
property -
itemIDThe ID that uniquely identifies the item listing.
property -
roleIndicates whether the user who was the feedback recipient was a Buyer or the
property
Seller for that transaction. -
itemTitleName of the listing for which feedback was provided.
property
Returned as CDATA.
Not returned if a listing ended more than 90 days ago. -
itemPriceThe final price for the item, associated with
property
the currency identified by the currencyId attribute of the AmountType.
Not returned if a listing ended more than 90 days ago. -
feedbackIDUnique identifier for the feedback entry.
property -
transactionIDUnique identifier for the transaction about which
property
this feedback entry was left.
This field is not returned in the case of TransactionIDs from Chinese auction listings,
because a value of zero is used for TransactionIDs in such cases. -
commentReplacedIndicates whether eBay replaced the comment with a message
property
that the comment was removed. -
responseReplacedIndicates whether eBay replaced the response with a message
property
that the response was removed. -
followUpReplacedIndicates whether eBay replaced the follow-up with a message
property
that the follow-up was removed. -
countableSpecifies if a user’s feedback score is or is not countable. This field is
property
returned only when a user’s feedback score is not countable (value 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
Shopping_FeedbackDetailType.hcommentReplaced
Indicates whether eBay replaced the comment with a message
that the comment was removed.
@property (nonatomic, retain) NSNumber *commentReplacedDiscussion
Indicates whether eBay replaced the comment with a message
that the comment was removed.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_FeedbackDetailType.hcommentText
Text message left by the user in CommentingUser. Used to provide a more
in-depth description of the user’s opinion of the transaction.
Returned as text in the language that the
comment was originally left in.
@property (nonatomic, retain) NSString *commentTextDiscussion
Text message left by the user in CommentingUser. Used to provide a more
in-depth description of the user’s opinion of the transaction.
Returned as text in the language that the
comment was originally left in.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hcommentTime
Date and time (in GMT) that the feedback was submitted to eBay.
@property (nonatomic, retain) NSDate *commentTimeDiscussion
Date and time (in GMT) that the feedback was submitted to eBay.
type : NSDate, wrapper for primitive date
Declared In
Shopping_FeedbackDetailType.hcommentType
Type of feedback. Can be Positive, Neutral, Negative, or Withdrawn (see the
CommentTypeCodeType code list). Positive feedbacks add to the user’s total
feedback score, negative feedbacks lower the score, and neutral feedbacks do
not affect the score (but do affect the overall picture of the user’s online
reputation).
@property (nonatomic, retain) NSString *commentTypeDiscussion
Type of feedback. Can be Positive, Neutral, Negative, or Withdrawn (see the
CommentTypeCodeType code list). Positive feedbacks add to the user’s total
feedback score, negative feedbacks lower the score, and neutral feedbacks do
not affect the score (but do affect the overall picture of the user’s online
reputation).
type: string constant in Shopping_CommentTypeCodeType.h
Declared In
Shopping_FeedbackDetailType.hcommentingUser
eBay user ID for the user who left the feedback.
@property (nonatomic, retain) NSString *commentingUserDiscussion
eBay user ID for the user who left the feedback.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hcommentingUserScore
Feedback score of the user in CommentingUser.
@property (nonatomic, retain) NSNumber *commentingUserScoreDiscussion
Feedback score of the user in CommentingUser.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FeedbackDetailType.hcountable
Specifies if a user’s feedback score is or is not countable. This field is
returned only when a user’s feedback score is not countable (value is false).
@property (nonatomic, retain) NSNumber *countableDiscussion
Specifies if a user’s feedback score is or is not countable. This field is
returned only when a user’s feedback score is not countable (value is false).
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_FeedbackDetailType.hfeedbackID
Unique identifier for the feedback entry.
@property (nonatomic, retain) NSString *feedbackIDDiscussion
Unique identifier for the feedback entry.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hfeedbackResponse
Textual comment that the user targeted by feedback may leave
in response or rebuttal to the feedback.
@property (nonatomic, retain) NSString *feedbackResponseDiscussion
Textual comment that the user targeted by feedback may leave
in response or rebuttal to the feedback.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hfollowUp
Explanation a user can give to a response.
@property (nonatomic, retain) NSString *followUpDiscussion
Explanation a user can give to a response.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hfollowUpReplaced
Indicates whether eBay replaced the follow-up with a message
that the follow-up was removed.
@property (nonatomic, retain) NSNumber *followUpReplacedDiscussion
Indicates whether eBay replaced the follow-up with a message
that the follow-up was removed.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_FeedbackDetailType.hitemID
The ID that uniquely identifies the item listing.
@property (nonatomic, retain) NSString *itemIDDiscussion
The ID that uniquely identifies the item listing.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hitemPrice
The final price for the item, associated with
the currency identified by the currencyId attribute of the AmountType.
Not returned if a listing ended more than 90 days ago.
@property (nonatomic, retain) Shopping_AmountType *itemPriceDiscussion
The final price for the item, associated with
the currency identified by the currencyId attribute of the AmountType.
Not returned if a listing ended more than 90 days ago.
type : class Shopping_AmountType
Declared In
Shopping_FeedbackDetailType.hitemTitle
Name of the listing for which feedback was provided.
Returned as CDATA.
Not returned if a listing ended more than 90 days ago.
@property (nonatomic, retain) NSString *itemTitleDiscussion
Name of the listing for which feedback was provided.
Returned as CDATA.
Not returned if a listing ended more than 90 days ago.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.hresponseReplaced
Indicates whether eBay replaced the response with a message
that the response was removed.
@property (nonatomic, retain) NSNumber *responseReplacedDiscussion
Indicates whether eBay replaced the response with a message
that the response was removed.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_FeedbackDetailType.hrole
Indicates whether the user who was the feedback recipient was a Buyer or the
Seller for that transaction.
@property (nonatomic, retain) NSString *roleDiscussion
Indicates whether the user who was the feedback recipient was a Buyer or the
Seller for that transaction.
type: string constant in Shopping_TradingRoleCodeType.h
Declared In
Shopping_FeedbackDetailType.htransactionID
Unique identifier for the transaction about which
this feedback entry was left.
This field is not returned in the case of TransactionIDs from Chinese auction listings,
because a value of zero is used for TransactionIDs in such cases.
@property (nonatomic, retain) NSString *transactionIDDiscussion
Unique identifier for the transaction about which
this feedback entry was left.
This field is not returned in the case of TransactionIDs from Chinese auction listings,
because a value of zero is used for TransactionIDs in such cases.
type : NSString, wrapper for primitive string
Declared In
Shopping_FeedbackDetailType.h