| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountInfo.AccountChangeIndicatorEnum |
AccountInfo.AccountChangeIndicatorEnum.fromValue(String text) |
AccountInfo.AccountChangeIndicatorEnum |
AccountInfo.getAccountChangeIndicator() |
AccountInfo.AccountChangeIndicatorEnum |
AccountInfo.AccountChangeIndicatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AccountInfo.AccountChangeIndicatorEnum |
AccountInfo.AccountChangeIndicatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountInfo.AccountChangeIndicatorEnum[] |
AccountInfo.AccountChangeIndicatorEnum.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.accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator) |
void |
AccountInfo.setAccountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator) |
void |
AccountInfo.AccountChangeIndicatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AccountInfo.AccountChangeIndicatorEnum enumeration) |
Copyright © 2019. All rights reserved.