Class: EBay::BuyerSatisfactionStatusCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBuyerSatisfactionStatusCodeType

Constant Summary collapse

CustomCode =
new("CustomCode")
Excellent =
new("Excellent")
Good =
new("Good")
NeedsWork =
new("NeedsWork")
Poor =
new("Poor")
Unacceptable =
new("Unacceptable")
VeryPoor =
new("VeryPoor")