| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountInfo.AccountChangeIndicatorEnum |
AccountInfo.AccountChangeIndicatorEnum.fromValue(String text) |
AccountInfo.AccountChangeIndicatorEnum |
AccountInfo.getAccountChangeIndicator()
Indicator for the length of time since the shopper's account was last updated.
|
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 © 2022. All rights reserved.