Class: AccountStateCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/paypal-business/default.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"