Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_SetSellingManagerFeedbackOptionsRequestType.h
Trading_SetSellingManagerFeedbackOptionsRequestType.m

Overview

Enables Selling Manager subscribers to store standard feedback comments that can
be left for their buyers. Selling Manager Pro subscribers can also specify what
events, if any, will trigger an automated feedback to buyers.

@ingroup EBayAPIInterface

Tasks

  •   automatedLeaveFeedbackEvent

    Specifies the event that will trigger automated feedback to the buyer.
    Applies to Selling Manager Pro subscribers only.

    property
  •   storedComments

    Contains a set of comments from which one can be selected to leave
    feedback for a buyer. If automated feedback is used, a comment is
    selected from the set randomly. Automated feedback applies to Selling
    Manager Pro subscribers only. Stored comments cannot be replaced or
    edited individually. Submitting a stored comments array replaces all
    existing stored comments.

    property

Properties

automatedLeaveFeedbackEvent

Specifies the event that will trigger automated feedback to the buyer.
Applies to Selling Manager Pro subscribers only.

@property (nonatomic, retain) NSString *automatedLeaveFeedbackEvent

Discussion

Specifies the event that will trigger automated feedback to the buyer.
Applies to Selling Manager Pro subscribers only.

type: string constant in Trading_AutomatedLeaveFeedbackEventCodeType.h

Declared In

Trading_SetSellingManagerFeedbackOptionsRequestType.h

storedComments

Contains a set of comments from which one can be selected to leave
feedback for a buyer. If automated feedback is used, a comment is
selected from the set randomly. Automated feedback applies to Selling
Manager Pro subscribers only. Stored comments cannot be replaced or
edited individually. Submitting a stored comments array replaces all
existing stored comments.

@property (nonatomic, retain) Trading_FeedbackCommentArrayType *storedComments

Discussion

Contains a set of comments from which one can be selected to leave
feedback for a buyer. If automated feedback is used, a comment is
selected from the set randomly. Automated feedback applies to Selling
Manager Pro subscribers only. Stored comments cannot be replaced or
edited individually. Submitting a stored comments array replaces all
existing stored comments.

type : class Trading_FeedbackCommentArrayType

Declared In

Trading_SetSellingManagerFeedbackOptionsRequestType.h