Class: EBay::BidGroupItemStatusCodeType
- Inherits:
-
String
- Object
- String
- EBay::BidGroupItemStatusCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidGroupItemStatusCodeType
Constant Summary collapse
- Cancelled =
new("Cancelled")
- CurrentBid =
new("CurrentBid")
- CustomCode =
new("CustomCode")
- Ended =
new("Ended")
- GroupClosed =
new("GroupClosed")
- Pending =
new("Pending")
- Skipped =
new("Skipped")
- Won =
new("Won")