Class: BusinessTypeType

Inherits:
String
  • Object
show all
Defined in:
lib/paypal-business/default.rb

Overview

urn:ebay:apis:eBLBaseComponentsBusinessTypeType

Constant Summary collapse

Corporation =
BusinessTypeType.new("Corporation")
Government =
BusinessTypeType.new("Government")
Individual =
BusinessTypeType.new("Individual")
Nonprofit =
BusinessTypeType.new("Nonprofit")
Partnership =
BusinessTypeType.new("Partnership")
Proprietorship =
BusinessTypeType.new("Proprietorship")
Unknown =
BusinessTypeType.new("Unknown")
@@schema_type =
"BusinessTypeType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"