public static enum PerformVerificationRequest.AccountStateTypeEnum extends Enum<PerformVerificationRequest.AccountStateTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformVerificationRequest.AccountStateTypeEnum.Adapter |
| Enum Constant and Description |
|---|
LIMITEDPAYOUT |
LIMITEDPROCESSING |
LIMITLESSPAYOUT |
LIMITLESSPROCESSING |
PAYOUT |
PROCESSING |
| Modifier and Type | Method and Description |
|---|---|
static PerformVerificationRequest.AccountStateTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PerformVerificationRequest.AccountStateTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformVerificationRequest.AccountStateTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformVerificationRequest.AccountStateTypeEnum LIMITEDPAYOUT
public static final PerformVerificationRequest.AccountStateTypeEnum LIMITEDPROCESSING
public static final PerformVerificationRequest.AccountStateTypeEnum LIMITLESSPAYOUT
public static final PerformVerificationRequest.AccountStateTypeEnum LIMITLESSPROCESSING
public static final PerformVerificationRequest.AccountStateTypeEnum PAYOUT
public static final PerformVerificationRequest.AccountStateTypeEnum PROCESSING
public static PerformVerificationRequest.AccountStateTypeEnum[] values()
for (PerformVerificationRequest.AccountStateTypeEnum c : PerformVerificationRequest.AccountStateTypeEnum.values()) System.out.println(c);
public static PerformVerificationRequest.AccountStateTypeEnum 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 getValue()
public String toString()
toString in class Enum<PerformVerificationRequest.AccountStateTypeEnum>public static PerformVerificationRequest.AccountStateTypeEnum fromValue(String text)
Copyright © 2022. All rights reserved.