Class: SellerPaymentMethodCodeType
- Inherits:
-
String
- Object
- String
- SellerPaymentMethodCodeType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerPaymentMethodCodeType
Constant Summary collapse
- Amex =
SellerPaymentMethodCodeType.new("Amex")
- CustomCode =
SellerPaymentMethodCodeType.new("CustomCode")
- Diners =
SellerPaymentMethodCodeType.new("Diners")
- Discover =
SellerPaymentMethodCodeType.new("Discover")
- JCB =
SellerPaymentMethodCodeType.new("JCB")
- Mastercard =
SellerPaymentMethodCodeType.new("Mastercard")
- Other =
SellerPaymentMethodCodeType.new("Other")
- Visa =
SellerPaymentMethodCodeType.new("Visa")
- @@schema_type =
"SellerPaymentMethodCodeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"