Class: GeneralPaymentMethodCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsGeneralPaymentMethodCodeType

Constant Summary collapse

ACH =
GeneralPaymentMethodCodeType.new("ACH")
Creditcard =
GeneralPaymentMethodCodeType.new("Creditcard")
CustomCode =
GeneralPaymentMethodCodeType.new("CustomCode")
Echeck =
GeneralPaymentMethodCodeType.new("Echeck")
Other =
GeneralPaymentMethodCodeType.new("Other")
PayPalBalance =
GeneralPaymentMethodCodeType.new("PayPalBalance")
@@schema_type =
"GeneralPaymentMethodCodeType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"