Class: EBay::BidActionCodeType
- Inherits:
-
String
- Object
- String
- EBay::BidActionCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidActionCodeType
Constant Summary collapse
- Absentee =
new("Absentee")
- Accept =
new("Accept")
- AutoCancel =
new("AutoCancel")
- AutoRetraction =
new("AutoRetraction")
- Bid =
new("Bid")
- BuyItNow =
new("BuyItNow")
- Cancelled =
new("Cancelled")
- Counter =
new("Counter")
- CustomCode =
new("CustomCode")
- Decline =
new("Decline")
- NotUsed =
new("NotUsed")
- Offer =
new("Offer")
- Purchase =
new("Purchase")
- Retraction =
new("Retraction")
- Unknown =
new("Unknown")