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

  •   commentingUser

    eBay user ID for the user who left the feedback.

    property
  •   commentingUserScore

    Feedback score of the user in CommentingUser.

    property
  •   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
  •   commentTime

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

    property
  •   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
  •   feedbackResponse

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

    property
  •   followUp

    Explanation a user can give to a response.

    property
  •   itemID

    The ID that uniquely identifies the item listing.

    property
  •   role

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

    property
  •   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
  •   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
  •   feedbackID

    Unique identifier for the feedback entry.

    property
  •   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.

    property
  •   commentReplaced

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

    property
  •   responseReplaced

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

    property
  •   followUpReplaced

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

    property
  •   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
  •   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

Shopping_FeedbackDetailType.h

commentReplaced

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

@property (nonatomic, retain) NSNumber *commentReplaced

Discussion

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

type : NSNumber, wrapper for primitive bool

Declared In

Shopping_FeedbackDetailType.h

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 (nonatomic, retain) NSString *commentText

Discussion

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.h

commentTime

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

@property (nonatomic, retain) NSDate *commentTime

Discussion

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

type : NSDate, wrapper for primitive date

Declared In

Shopping_FeedbackDetailType.h

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 (nonatomic, retain) NSString *commentType

Discussion

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.h

commentingUser

eBay user ID for the user who left the feedback.

@property (nonatomic, retain) NSString *commentingUser

Discussion

eBay user ID for the user who left the feedback.

type : NSString, wrapper for primitive string

Declared In

Shopping_FeedbackDetailType.h

commentingUserScore

Feedback score of the user in CommentingUser.

@property (nonatomic, retain) NSNumber *commentingUserScore

Discussion

Feedback score of the user in CommentingUser.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FeedbackDetailType.h

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 (nonatomic, retain) NSNumber *countable

Discussion

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.h

feedbackID

Unique identifier for the feedback entry.

@property (nonatomic, retain) NSString *feedbackID

Discussion

Unique identifier for the feedback entry.

type : NSString, wrapper for primitive string

Declared In

Shopping_FeedbackDetailType.h

feedbackResponse

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

@property (nonatomic, retain) NSString *feedbackResponse

Discussion

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.h

followUp

Explanation a user can give to a response.

@property (nonatomic, retain) NSString *followUp

Discussion

Explanation a user can give to a response.

type : NSString, wrapper for primitive string

Declared In

Shopping_FeedbackDetailType.h

followUpReplaced

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

@property (nonatomic, retain) NSNumber *followUpReplaced

Discussion

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.h

itemID

The ID that uniquely identifies the item listing.

@property (nonatomic, retain) NSString *itemID

Discussion

The ID that uniquely identifies the item listing.

type : NSString, wrapper for primitive string

Declared In

Shopping_FeedbackDetailType.h

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 (nonatomic, retain) Shopping_AmountType *itemPrice

Discussion

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.h

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 (nonatomic, retain) NSString *itemTitle

Discussion

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.h

responseReplaced

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

@property (nonatomic, retain) NSNumber *responseReplaced

Discussion

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

type : NSNumber, wrapper for primitive bool

Declared In

Shopping_FeedbackDetailType.h

role

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

@property (nonatomic, retain) NSString *role

Discussion

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.h

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.

@property (nonatomic, retain) NSString *transactionID

Discussion

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