public final enum

AllowedPaymentMethodType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.AllowedPaymentMethodType

Class Overview

Java class for AllowedPaymentMethodType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="AllowedPaymentMethodType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Default"/>
     <enumeration value="InstantPaymentOnly"/>
     <enumeration value="AnyFundingSource"/>
     <enumeration value="InstantFundingSource"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
AllowedPaymentMethodType  ANY_FUNDING_SOURCE   
AllowedPaymentMethodType  DEFAULT   
AllowedPaymentMethodType  INSTANT_FUNDING_SOURCE   
AllowedPaymentMethodType  INSTANT_PAYMENT_ONLY   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AllowedPaymentMethodType fromValue(String v)
String value()
static AllowedPaymentMethodType valueOf(String name)
final static AllowedPaymentMethodType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AllowedPaymentMethodType ANY_FUNDING_SOURCE

public static final AllowedPaymentMethodType DEFAULT

public static final AllowedPaymentMethodType INSTANT_FUNDING_SOURCE

public static final AllowedPaymentMethodType INSTANT_PAYMENT_ONLY

Fields

private final String value

Public Methods

public static AllowedPaymentMethodType fromValue (String v)

Parameters
v

public String value ()

public static AllowedPaymentMethodType valueOf (String name)

Parameters
name

public static final AllowedPaymentMethodType[] values ()