urn.ebay.apis.eBLBaseComponents
Enum AllowedPaymentMethodType

java.lang.Object
  extended by java.lang.Enum<AllowedPaymentMethodType>
      extended by urn.ebay.apis.eBLBaseComponents.AllowedPaymentMethodType
All Implemented Interfaces:
Serializable, Comparable<AllowedPaymentMethodType>

public enum AllowedPaymentMethodType
extends Enum<AllowedPaymentMethodType>

AllowedPaymentMethodType This is the payment Solution merchant needs to specify for Autopay (used by Express Checkout) Optional Default indicates that its merchant supports all funding source InstantPaymentOnly indicates that its merchant only supports instant payment AnyFundingSource allow all funding methods to be chosen by the buyer irrespective of merchant's profile setting InstantFundingSource allow only instant funding methods, block echeck, meft, elevecheck. This will override any merchant profile setting


Enum Constant Summary
ANYFUNDINGSOURCE
           
DEFAULT
           
INSTANTFUNDINGSOURCE
           
INSTANTPAYMENTONLY
           
 
Method Summary
static AllowedPaymentMethodType fromValue(String v)
           
 String getValue()
           
static AllowedPaymentMethodType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AllowedPaymentMethodType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DEFAULT

public static final AllowedPaymentMethodType DEFAULT

INSTANTPAYMENTONLY

public static final AllowedPaymentMethodType INSTANTPAYMENTONLY

ANYFUNDINGSOURCE

public static final AllowedPaymentMethodType ANYFUNDINGSOURCE

INSTANTFUNDINGSOURCE

public static final AllowedPaymentMethodType INSTANTFUNDINGSOURCE
Method Detail

values

public static AllowedPaymentMethodType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AllowedPaymentMethodType c : AllowedPaymentMethodType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AllowedPaymentMethodType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getValue

public String getValue()

fromValue

public static AllowedPaymentMethodType fromValue(String v)


Copyright © 2012. All Rights Reserved.