Class: EBay::BuyerSatisfactionStatusCodeType
- Inherits:
-
String
- Object
- String
- EBay::BuyerSatisfactionStatusCodeType
- 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")