Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_FeedbackInfoType.h
Trading_FeedbackInfoType.m

Overview

Type defining the Feedback details for an order line item, including the eBay User ID
of the user the feedback is intended for, the Feedback rating, and the Feedback comment.

@ingroup EBayAPIInterface

Tasks

  •   commentText

    Textual comment that explains, clarifies, or justifies the Feedback rating specified
    in CommentType. This field is required in CompleteSale if the
    FeedbackInfo container is used.



    This comment will still be displayed even if submitted Feedback is withdrawn.

    property
  •   commentType

    This value indicates the Feedback rating for the user specified in the
    TargetUser field. This field is required in CompleteSale if the
    FeedbackInfo container is used.



    A Positive rating increases the user’s Feedback score, a Negative rating decreases
    the user’s Feedback score, and a Neutral rating does not affect the user’s Feedback
    score. eBay users also have the right to withdraw feedback for whatever reason.



    Sellers cannot leave Neutral or Negative ratings for buyers.

    property
  •   targetUser

    This eBay User ID identifies the recipient user for whom the feedback is being left.
    This field is required in CompleteSale if the
    FeedbackInfo container is used.

    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

Trading_FeedbackInfoType.h

commentText

Textual comment that explains, clarifies, or justifies the Feedback rating specified
in CommentType. This field is required in CompleteSale if the
FeedbackInfo container is used.



This comment will still be displayed even if submitted Feedback is withdrawn.

@property (nonatomic, retain) NSString *commentText

Discussion

Textual comment that explains, clarifies, or justifies the Feedback rating specified
in CommentType. This field is required in CompleteSale if the
FeedbackInfo container is used.



This comment will still be displayed even if submitted Feedback is withdrawn.

type : NSString, wrapper for primitive string

Declared In

Trading_FeedbackInfoType.h

commentType

This value indicates the Feedback rating for the user specified in the
TargetUser field. This field is required in CompleteSale if the
FeedbackInfo container is used.



A Positive rating increases the user’s Feedback score, a Negative rating decreases
the user’s Feedback score, and a Neutral rating does not affect the user’s Feedback
score. eBay users also have the right to withdraw feedback for whatever reason.



Sellers cannot leave Neutral or Negative ratings for buyers.

@property (nonatomic, retain) NSString *commentType

Discussion

This value indicates the Feedback rating for the user specified in the
TargetUser field. This field is required in CompleteSale if the
FeedbackInfo container is used.



A Positive rating increases the user’s Feedback score, a Negative rating decreases
the user’s Feedback score, and a Neutral rating does not affect the user’s Feedback
score. eBay users also have the right to withdraw feedback for whatever reason.



Sellers cannot leave Neutral or Negative ratings for buyers.

type: string constant in Trading_CommentTypeCodeType.h

Declared In

Trading_FeedbackInfoType.h

targetUser

This eBay User ID identifies the recipient user for whom the feedback is being left.
This field is required in CompleteSale if the
FeedbackInfo container is used.

@property (nonatomic, retain) NSString *targetUser

Discussion

This eBay User ID identifies the recipient user for whom the feedback is being left.
This field is required in CompleteSale if the
FeedbackInfo container is used.

type : NSString, wrapper for primitive string

Declared In

Trading_FeedbackInfoType.h