Class: GeneralPaymentMethodCodeType

Inherits:
String
  • Object
show all
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")