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