Class: PayPalAccountTypeCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPayPalAccountTypeCodeType

Constant Summary collapse

Business =
PayPalAccountTypeCodeType.new("Business")
CustomCode =
PayPalAccountTypeCodeType.new("CustomCode")
Invalid =
PayPalAccountTypeCodeType.new("Invalid")
Personal =
PayPalAccountTypeCodeType.new("Personal")
Premier =
PayPalAccountTypeCodeType.new("Premier")
Unknown =
PayPalAccountTypeCodeType.new("Unknown")