Class: GeneralPaymentMethodCodeType
- Inherits:
-
String
- Object
- String
- GeneralPaymentMethodCodeType
- Defined in:
- lib/eBay.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"