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