Class CommentTypeCodeType


class CommentTypeCodeType
CommentTypeCodeType - Type declaration to be used by other schema. These are the possible codes to specify the types of feedback/comment. Additional information about feedback is available in the online Help of the eBay site.

Defined in com/ebay/shoppingservice/CommentTypeCodeType.js

Property Summary
Reserved for internal or future use.
Applies to the eBay Motors site only.
Negative feedback.
Neutral feedback.
Positive feedback.
Withdrawn feedback.
String value

Constructor Summary
CommentTypeCodeType(Object object)

Property Details

property static CustomCode

Reserved for internal or future use.


property static IndependentlyWithdrawn

Applies to the eBay Motors site only. Feedback is withdrawn based on the decision of a third party.


property static Negative

Negative feedback. Decreases total feedback score.


property static Neutral

Neutral feedback. No effect on total feedback score.


property static Positive

Positive feedback. Increases total feedback score.


property static Withdrawn

Withdrawn feedback. Removes the effect of the original feedback on total feedback score. Comments from withdrawn feedback are still visible.


property String value


Constructor Details

constructor CommentTypeCodeType

CommentTypeCodeType(Object object)

Parameters:
object