Class: BuyerPaymentMethodCodeType
- Inherits:
-
String
- Object
- String
- BuyerPaymentMethodCodeType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerPaymentMethodCodeType
Constant Summary collapse
- Amex =
BuyerPaymentMethodCodeType.new("Amex")
- CCAccepted =
BuyerPaymentMethodCodeType.new("CCAccepted")
- COD =
BuyerPaymentMethodCodeType.new("COD")
- CashOnPickup =
BuyerPaymentMethodCodeType.new("CashOnPickup")
- CustomCode =
BuyerPaymentMethodCodeType.new("CustomCode")
- Discover =
BuyerPaymentMethodCodeType.new("Discover")
- MOCC =
BuyerPaymentMethodCodeType.new("MOCC")
- MoneyXferAccepted =
BuyerPaymentMethodCodeType.new("MoneyXferAccepted")
- MoneyXferAcceptedinCheckout =
BuyerPaymentMethodCodeType.new("MoneyXferAcceptedinCheckout")
- None =
BuyerPaymentMethodCodeType.new("None")
- Other =
BuyerPaymentMethodCodeType.new("Other")
- OtherOnlinePayments =
BuyerPaymentMethodCodeType.new("OtherOnlinePayments")
- PayPal =
BuyerPaymentMethodCodeType.new("PayPal")
- PaymentSeeDescription =
BuyerPaymentMethodCodeType.new("PaymentSeeDescription")
- PersonalCheck =
BuyerPaymentMethodCodeType.new("PersonalCheck")
- VisaMC =
BuyerPaymentMethodCodeType.new("VisaMC")
- @@schema_type =
"BuyerPaymentMethodCodeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"