| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountInfo.AccountAgeIndicatorEnum |
AccountInfo.AccountAgeIndicatorEnum.fromValue(String text) |
AccountInfo.AccountAgeIndicatorEnum |
AccountInfo.getAccountAgeIndicator()
Indicator for the length of time since this shopper account was created in the merchant's environment.
|
AccountInfo.AccountAgeIndicatorEnum |
AccountInfo.AccountAgeIndicatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AccountInfo.AccountAgeIndicatorEnum |
AccountInfo.AccountAgeIndicatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountInfo.AccountAgeIndicatorEnum[] |
AccountInfo.AccountAgeIndicatorEnum.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.accountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator) |
void |
AccountInfo.setAccountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator) |
void |
AccountInfo.AccountAgeIndicatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AccountInfo.AccountAgeIndicatorEnum enumeration) |
Copyright © 2022. All rights reserved.