Class: SellerPaymentMethodCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerPaymentMethodCodeType

Constant Summary collapse

CreditCard =
SellerPaymentMethodCodeType.new("CreditCard")
CustomCode =
SellerPaymentMethodCodeType.new("CustomCode")
DirectDebit =
SellerPaymentMethodCodeType.new("DirectDebit")
DirectDebitPendingSignatureMandate =
SellerPaymentMethodCodeType.new("DirectDebitPendingSignatureMandate")
EBayDirectPay =
SellerPaymentMethodCodeType.new("eBayDirectPay")
NothingOnFile =
SellerPaymentMethodCodeType.new("NothingOnFile")
PayPal =
SellerPaymentMethodCodeType.new("PayPal")