Class: ClassifiedAdPaymentMethodEnabledCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsClassifiedAdPaymentMethodEnabledCodeType

Constant Summary collapse

CustomCode =
ClassifiedAdPaymentMethodEnabledCodeType.new("CustomCode")
EnabledWithCheckout =
ClassifiedAdPaymentMethodEnabledCodeType.new("EnabledWithCheckout")
EnabledWithoutCheckout =
ClassifiedAdPaymentMethodEnabledCodeType.new("EnabledWithoutCheckout")
NotSupported =
ClassifiedAdPaymentMethodEnabledCodeType.new("NotSupported")