Class: AccountStateCodeType
- Inherits:
-
String
- Object
- String
- AccountStateCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAccountStateCodeType
Constant Summary collapse
- Active =
AccountStateCodeType.new("Active")
- CustomCode =
AccountStateCodeType.new("CustomCode")
- Inactive =
AccountStateCodeType.new("Inactive")
- Pending =
AccountStateCodeType.new("Pending")
- @@schema_type =
"AccountStateCodeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"