Class: BestOfferStatusCodeType
- Inherits:
-
String
- Object
- String
- BestOfferStatusCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBestOfferStatusCodeType
Constant Summary collapse
- Accepted =
BestOfferStatusCodeType.new("Accepted")
- Active =
BestOfferStatusCodeType.new("Active")
- AdminEnded =
BestOfferStatusCodeType.new("AdminEnded")
- All =
BestOfferStatusCodeType.new("All")
- Countered =
BestOfferStatusCodeType.new("Countered")
- CustomCode =
BestOfferStatusCodeType.new("CustomCode")
- Declined =
BestOfferStatusCodeType.new("Declined")
- Expired =
BestOfferStatusCodeType.new("Expired")
- Pending =
BestOfferStatusCodeType.new("Pending")
- Retracted =
BestOfferStatusCodeType.new("Retracted")
- @@schema_type =
"BestOfferStatusCodeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"