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
-
commentingUser
The eBay User ID of the user who left the feedback.
property -
commentingUserScore
The Feedback score of the user indicated in CommentingUser.
property -
commentText
Textual 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. -
commentTime
Timestamp (in GMT) indicating the date/time that the Feedback entry was submitted
property
to eBay. -
commentType
This 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. -
feedbackResponse
Textual 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. -
followup
Explanation a user can give to a response. Follow-ups to Feedback comments cannot be
property
submitted or edited via the API. -
itemID
The unique identifier that uniquely identifies the item listing.
property -
role
Indicates whether the recipient of the Feedback entry is the buyer
property
or the seller for the corresponding order line item. -
itemTitle
Name 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. -
itemPrice
The 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. -
feedbackID
Unique identifier for the feedback entry.
property
Returned for a detail level of ReturnAll (if the parent is returned). -
transactionID
Unique 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. -
commentReplaced
Flag used to indicate whether or not eBay replaced the Feedback comment with a
property
message that the Feedback comment was removed. -
responseReplaced
Flag 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. -
followUpReplaced
Flag 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. -
countable
The 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. -
feedbackRevised
Flag used to indicate whether or not a Feedback entry was revised (rating was
property
changed). -
orderLineItemID
OrderLineItemID 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_FeedbackDetailType.h
commentReplaced
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 *commentReplaced
Discussion
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.h
commentText
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 *commentText
Discussion
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.h
commentTime
Timestamp (in GMT) indicating the date/time that the Feedback entry was submitted
to eBay.
@property (nonatomic, retain) NSDate *commentTime
Discussion
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.h
commentType
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 *commentType
Discussion
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.h
commentingUser
The eBay User ID of the user who left the feedback.
@property (nonatomic, retain) NSString *commentingUser
Discussion
The eBay User ID of the user who left the feedback.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.h
commentingUserScore
The Feedback score of the user indicated in CommentingUser.
@property (nonatomic, retain) NSNumber *commentingUserScore
Discussion
The Feedback score of the user indicated in CommentingUser.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackDetailType.h
countable
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 *countable
Discussion
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.h
feedbackID
Unique identifier for the feedback entry.
Returned for a detail level of ReturnAll (if the parent is returned).
@property (nonatomic, retain) NSString *feedbackID
Discussion
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.h
feedbackResponse
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 *feedbackResponse
Discussion
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.h
feedbackRevised
Flag used to indicate whether or not a Feedback entry was revised (rating was
changed).
@property (nonatomic, retain) NSNumber *feedbackRevised
Discussion
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.h
followUpReplaced
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 *followUpReplaced
Discussion
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.h
followup
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 *followup
Discussion
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.h
itemID
The unique identifier that uniquely identifies the item listing.
@property (nonatomic, retain) NSString *itemID
Discussion
The unique identifier that uniquely identifies the item listing.
type : NSString, wrapper for primitive string
Declared In
Trading_FeedbackDetailType.h
itemPrice
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 *itemPrice
Discussion
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.h
itemTitle
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 *itemTitle
Discussion
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.h
orderLineItemID
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 *orderLineItemID
Discussion
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.h
responseReplaced
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 *responseReplaced
Discussion
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.h
role
Indicates whether the recipient of the Feedback entry is the buyer
or the seller for the corresponding order line item.
@property (nonatomic, retain) NSString *role
Discussion
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.h
transactionID
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 *transactionID
Discussion
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