Class FeedbackDetailType


class FeedbackDetailType
Detailed feedback information for a user. Conveys the score for the feedback, the textual comment, and other information.

Defined in com/ebay/shoppingservice/FeedbackDetailType.js

Property Summary
Indicates whether eBay replaced the comment with a message that the comment was removed.
String commentText
Text message left by the user in CommentingUser.
Date and time (in GMT) that the feedback was submitted to eBay.
Type of feedback.
eBay user ID for the user who left the feedback.
Feedback score of the user in CommentingUser.
Boolean countable
Specifies if a user's feedback score is or is not countable.
String feedbackID
Unique identifier for the feedback entry.
Textual comment that the user targeted by feedback may leave in response or rebuttal to the feedback.
String followUp
Explanation a user can give to a response.
Indicates whether eBay replaced the follow-up with a message that the follow-up was removed.
String itemID
The ID that uniquely identifies the item listing.
The final price for the item, associated with the currency identified by the currencyId attribute of the AmountType.
String itemTitle
Name of the listing for which feedback was provided.
Indicates whether eBay replaced the response with a message that the response was removed.
Indicates whether the user who was the feedback recipient was a Buyer or the Seller for that transaction.
Unique identifier for the transaction about which this feedback entry was left.

Constructor Summary
FeedbackDetailType(Object props)

Property Details

property Boolean commentReplaced

Indicates whether eBay replaced the comment with a message that the comment was removed.


property String commentText

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 Date commentTime

Date and time (in GMT) that the feedback was submitted to eBay.


property CommentTypeCodeType commentType

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 String commentingUser

eBay user ID for the user who left the feedback.


property Number commentingUserScore

Feedback score of the user in CommentingUser.


property Boolean countable

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 String feedbackID

Unique identifier for the feedback entry.


property String feedbackResponse

Textual comment that the user targeted by feedback may leave in response or rebuttal to the feedback.


property String followUp

Explanation a user can give to a response.


property Boolean followUpReplaced

Indicates whether eBay replaced the follow-up with a message that the follow-up was removed.


property String itemID

The ID that uniquely identifies the item listing.


property AmountType itemPrice

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 String itemTitle

Name of the listing for which feedback was provided. Returned as CDATA. Not returned if a listing ended more than 90 days ago.


property Boolean responseReplaced

Indicates whether eBay replaced the response with a message that the response was removed.


property TradingRoleCodeType role

Indicates whether the user who was the feedback recipient was a Buyer or the Seller for that transaction.


property String transactionID

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.


Constructor Details

constructor FeedbackDetailType

FeedbackDetailType(Object props)

Parameters:
props