Class: AccountStateCodeType

Inherits:
String
  • Object
show all
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")