public static enum UsBankAccountVerification.VerificationMethod extends Enum<UsBankAccountVerification.VerificationMethod>
Enum Constant and Description |
---|
INDEPENDENT_CHECK |
MICRO_TRANSFERS |
NETWORK_CHECK |
TOKENIZED_CHECK |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static UsBankAccountVerification.VerificationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsBankAccountVerification.VerificationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsBankAccountVerification.VerificationMethod TOKENIZED_CHECK
public static final UsBankAccountVerification.VerificationMethod NETWORK_CHECK
public static final UsBankAccountVerification.VerificationMethod INDEPENDENT_CHECK
public static final UsBankAccountVerification.VerificationMethod UNRECOGNIZED
public static final UsBankAccountVerification.VerificationMethod MICRO_TRANSFERS
private final String name
public static UsBankAccountVerification.VerificationMethod[] values()
for (UsBankAccountVerification.VerificationMethod c : UsBankAccountVerification.VerificationMethod.values()) System.out.println(c);
public static UsBankAccountVerification.VerificationMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<UsBankAccountVerification.VerificationMethod>
Copyright © 2013-2020. All Rights Reserved.