FeedbackTypeCodeType ( token )
This enumerated type consists of the values that may be used in the request of a GetFeedback call in order to retrieve a specific type of Feedback.
Type that uses FeedbackTypeCodeType:
Call that uses one or more values of FeedbackTypeCodeType:
Enumeration Values
Value | Description |
CustomCode | Reserved for internal or future use. |
FeedbackLeft | This enumeration value will be used in the FeedbackType field of a GetFeedback call if the user wants to retrieve the Feedback they have left for their order partners while acting as a seller or buyer. |
FeedbackReceived | This enumeration value will be used in the FeedbackType field of a GetFeedback call if the user wants to retrieve the Feedback data that they have received acting as a seller and buyer. |
FeedbackReceivedAsBuyer | This enumeration value will be used in the FeedbackType field of a GetFeedback call if the user only wants to retrieve the Feedback data that they have received acting as a buyer. |
FeedbackReceivedAsSeller | This enumeration value will be used in the FeedbackType field of a GetFeedback call if the user only wants to retrieve the Feedback data that they have received acting as a seller. |