Trading_FeedbackDetailType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_FeedbackDetailType.h Trading_FeedbackDetailType.m |
Overview
Container consisting of detailed information on a Feedback entry for a specific
order line item.
@ingroup EBayAPIInterface
Tasks
-
commentingUserThe eBay User ID of the user who left the feedback.
property -
commentingUserScoreThe Feedback score of the user indicated in CommentingUser.
property -
commentTextTextual comment that explains, clarifies, or justifies the Feedback rating specified
property
in CommentType.
The comment is returned as text in the language that the comment was originally left
in. This comment will still be displayed even if a submitted Feedback entry is
withdrawn. -
commentTimeTimestamp (in GMT) indicating the date/time that the Feedback entry was submitted
property
to eBay. -
commentTypeThis value indicates the rating of the feedback left by the user identified by
property
CommentingUser.
A Positive rating increases a user’s Feedback score, a Negative rating decreases
a user’s Feedback score, and a Neutral rating does not affect a user’s Feedback
score.
Sellers cannot leave Neutral or Negative ratings for buyers. -
feedbackResponseTextual comment that the recipient of the feedback may leave in response or
property
rebuttal to the feedback. Responses to Feedback comments cannot be submitted or
edited via the API. -
followupExplanation a user can give to a response. Follow-ups to Feedback comments cannot be
property
submitted or edited via the API. -
itemIDThe unique identifier that uniquely identifies the item listing.
property -
roleIndicates whether the recipient of the Feedback entry is the buyer
property
or the seller for the corresponding order line item. -
itemTitleName of the item listing for which feedback was provided. Returned as CDATA. This
property
value can be returned as part of the Detailed Seller Ratings feature.
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.
This value can be returned as part of the Detailed Seller Ratings feature.
Not returned if a listing ended more than 90 days ago. -
feedbackIDUnique identifier for the feedback entry.
property
Returned for a detail level of ReturnAll (if the parent is returned). -
transactionIDUnique identifier for an eBay order line item for which the
property
Feedback entry was left. This field is not returned if the Feedback entry was left
for an auction listing, since all auction listings have a TransactionID
value of 0. -
commentReplacedFlag used to indicate whether or not eBay replaced the Feedback comment with a
property
message that the Feedback comment was removed. -
responseReplacedFlag used to indicate whether or not eBay replaced the response to the Feedback
property
comment with a message that the response to the Feedback comment was removed. -
followUpReplacedFlag used to indicate whether or not eBay replaced the follow-up to the Feedback
property
comment with a message that the follow-up to the Feedback comment was removed. -
countableThe flag indicates whether or not the Feedback entry will affect the user’s Feedback
property
score. Only feedback left by verified users can count toward the aggregate score of
another user. If a unverified user leaves a Feedback entry, then later
becomes verified, that Feedback entry will still have no affect on the recipient
user’s Feedback score. Or, if a user is verified and at some later date changes to
unverified status, the Feedback entry left while the user was verified remains
in effect. -
feedbackRevisedFlag used to indicate whether or not a Feedback entry was revised (rating was
property
changed). -
orderLineItemIDOrderLineItemID is a unique identifier for an eBay order line item and is
property
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs.
-
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_FeedbackDetailType.hcommentReplaced
Flag used to indicate whether or not eBay replaced the Feedback comment with a
message that the Feedback comment was removed.
@property (nonatomic, retain) NSNumber *commentReplacedDiscussion
Flag used to indicate whether or not eBay replaced the Feedback comment with a
message that the Feedback comment was removed.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeedbackDetailType.hcommentText
Textual comment that explains, clarifies, or justifies the Feedback rating specified
in CommentType.
The comment is returned as text in the language that the comment was originally left
in. This comment will still be displayed even if a submitted Feedback entry is
withdrawn.
@property (nonatomic, retain) NSString *commentTextDiscussion
Textual comment that explains, clarifies, or justifies the Feedback rating specified
in CommentType.
The comment is returned as text in the language that the comment was originally left
in. This comment will still be displayed even if a submitted Feedback entry is
withdrawn.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hcommentTime
Timestamp (in GMT) indicating the date/time that the Feedback entry was submitted
to eBay.
@property (nonatomic, retain) NSDate *commentTimeDiscussion
Timestamp (in GMT) indicating the date/time that the Feedback entry was submitted
to eBay.
type : NSDate, wrapper for primitive date
Declared In
Trading_FeedbackDetailType.hcommentType
This value indicates the rating of the feedback left by the user identified by
CommentingUser.
A Positive rating increases a user’s Feedback score, a Negative rating decreases
a user’s Feedback score, and a Neutral rating does not affect a user’s Feedback
score.
Sellers cannot leave Neutral or Negative ratings for buyers.
@property (nonatomic, retain) NSString *commentTypeDiscussion
This value indicates the rating of the feedback left by the user identified by
CommentingUser.
A Positive rating increases a user’s Feedback score, a Negative rating decreases
a user’s Feedback score, and a Neutral rating does not affect a user’s Feedback
score.
Sellers cannot leave Neutral or Negative ratings for buyers.
type: string constant in Trading_CommentTypeCodeType.h
Declared In
Trading_FeedbackDetailType.hcommentingUser
The eBay User ID of the user who left the feedback.
@property (nonatomic, retain) NSString *commentingUserDiscussion
The eBay User ID of the user who left the feedback.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hcommentingUserScore
The Feedback score of the user indicated in CommentingUser.
@property (nonatomic, retain) NSNumber *commentingUserScoreDiscussion
The Feedback score of the user indicated in CommentingUser.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackDetailType.hcountable
The flag indicates whether or not the Feedback entry will affect the user’s Feedback
score. Only feedback left by verified users can count toward the aggregate score of
another user. If a unverified user leaves a Feedback entry, then later
becomes verified, that Feedback entry will still have no affect on the recipient
user’s Feedback score. Or, if a user is verified and at some later date changes to
unverified status, the Feedback entry left while the user was verified remains
in effect.
@property (nonatomic, retain) NSNumber *countableDiscussion
The flag indicates whether or not the Feedback entry will affect the user’s Feedback
score. Only feedback left by verified users can count toward the aggregate score of
another user. If a unverified user leaves a Feedback entry, then later
becomes verified, that Feedback entry will still have no affect on the recipient
user’s Feedback score. Or, if a user is verified and at some later date changes to
unverified status, the Feedback entry left while the user was verified remains
in effect.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeedbackDetailType.hfeedbackID
Unique identifier for the feedback entry.
Returned for a detail level of ReturnAll (if the parent is returned).
@property (nonatomic, retain) NSString *feedbackIDDiscussion
Unique identifier for the feedback entry.
Returned for a detail level of ReturnAll (if the parent is returned).
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hfeedbackResponse
Textual comment that the recipient of the feedback may leave in response or
rebuttal to the feedback. Responses to Feedback comments cannot be submitted or
edited via the API.
@property (nonatomic, retain) NSString *feedbackResponseDiscussion
Textual comment that the recipient of the feedback may leave in response or
rebuttal to the feedback. Responses to Feedback comments cannot be submitted or
edited via the API.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hfeedbackRevised
Flag used to indicate whether or not a Feedback entry was revised (rating was
changed).
@property (nonatomic, retain) NSNumber *feedbackRevisedDiscussion
Flag used to indicate whether or not a Feedback entry was revised (rating was
changed).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeedbackDetailType.hfollowUpReplaced
Flag used to indicate whether or not eBay replaced the follow-up to the Feedback
comment with a message that the follow-up to the Feedback comment was removed.
@property (nonatomic, retain) NSNumber *followUpReplacedDiscussion
Flag used to indicate whether or not eBay replaced the follow-up to the Feedback
comment with a message that the follow-up to the Feedback comment was removed.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeedbackDetailType.hfollowup
Explanation a user can give to a response. Follow-ups to Feedback comments cannot be
submitted or edited via the API.
@property (nonatomic, retain) NSString *followupDiscussion
Explanation a user can give to a response. Follow-ups to Feedback comments cannot be
submitted or edited via the API.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hitemID
The unique identifier that uniquely identifies the item listing.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique identifier that uniquely identifies the item listing.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hitemPrice
The final price for the item, associated with
the currency identified by the CurrencyID attribute of the AmountType.
This value can be returned as part of the Detailed Seller Ratings feature.
Not returned if a listing ended more than 90 days ago.
@property (nonatomic, retain) Trading_AmountType *itemPriceDiscussion
The final price for the item, associated with
the currency identified by the CurrencyID attribute of the AmountType.
This value can be returned as part of the Detailed Seller Ratings feature.
Not returned if a listing ended more than 90 days ago.
type : class Trading_AmountType
Declared In
Trading_FeedbackDetailType.hitemTitle
Name of the item listing for which feedback was provided. Returned as CDATA. This
value can be returned as part of the Detailed Seller Ratings feature.
Not returned if a listing ended more than 90 days ago.
@property (nonatomic, retain) NSString *itemTitleDiscussion
Name of the item listing for which feedback was provided. Returned as CDATA. This
value can be returned as part of the Detailed Seller Ratings feature.
Not returned if a listing ended more than 90 days ago.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.horderLineItemID
OrderLineItemID is a unique identifier for an eBay order line item and is
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs.
@property (nonatomic, retain) NSString *orderLineItemIDDiscussion
OrderLineItemID is a unique identifier for an eBay order line item and is
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.hresponseReplaced
Flag used to indicate whether or not eBay replaced the response to the Feedback
comment with a message that the response to the Feedback comment was removed.
@property (nonatomic, retain) NSNumber *responseReplacedDiscussion
Flag used to indicate whether or not eBay replaced the response to the Feedback
comment with a message that the response to the Feedback comment was removed.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeedbackDetailType.hrole
Indicates whether the recipient of the Feedback entry is the buyer
or the seller for the corresponding order line item.
@property (nonatomic, retain) NSString *roleDiscussion
Indicates whether the recipient of the Feedback entry is the buyer
or the seller for the corresponding order line item.
type: string constant in Trading_TradingRoleCodeType.h
Declared In
Trading_FeedbackDetailType.htransactionID
Unique identifier for an eBay order line item for which the
Feedback entry was left. This field is not returned if the Feedback entry was left
for an auction listing, since all auction listings have a TransactionID
value of 0.
@property (nonatomic, retain) NSString *transactionIDDiscussion
Unique identifier for an eBay order line item for which the
Feedback entry was left. This field is not returned if the Feedback entry was left
for an auction listing, since all auction listings have a TransactionID
value of 0.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.h