| Package | Description |
|---|---|
| com.adyen.model.marketpay |
| Modifier and Type | Method and Description |
|---|---|
static KYCCheckStatusData.TypeEnum |
KYCCheckStatusData.TypeEnum.fromValue(String text) |
KYCCheckStatusData.TypeEnum |
KYCCheckStatusData.getType()
The type of check.
|
KYCCheckStatusData.TypeEnum |
KYCCheckStatusData.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static KYCCheckStatusData.TypeEnum |
KYCCheckStatusData.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KYCCheckStatusData.TypeEnum[] |
KYCCheckStatusData.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KYCCheckStatusData.setType(KYCCheckStatusData.TypeEnum type) |
KYCCheckStatusData |
KYCCheckStatusData.type(KYCCheckStatusData.TypeEnum type) |
void |
KYCCheckStatusData.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
KYCCheckStatusData.TypeEnum enumeration) |
Copyright © 2022. All rights reserved.