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