urn.ebay.apis.eBLBaseComponents
Enum AllowedPaymentMethodType
java.lang.Object
java.lang.Enum<AllowedPaymentMethodType>
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
DEFAULT
public static final AllowedPaymentMethodType DEFAULT
INSTANTPAYMENTONLY
public static final AllowedPaymentMethodType INSTANTPAYMENTONLY
ANYFUNDINGSOURCE
public static final AllowedPaymentMethodType ANYFUNDINGSOURCE
INSTANTFUNDINGSOURCE
public static final AllowedPaymentMethodType INSTANTFUNDINGSOURCE
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.