| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static Avs.EnabledEnum |
Avs.EnabledEnum.fromValue(String text) |
Avs.EnabledEnum |
Avs.getEnabled()
Specifies whether the shopper should enter their billing address during checkout.
|
Avs.EnabledEnum |
Avs.EnabledEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Avs.EnabledEnum |
Avs.EnabledEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Avs.EnabledEnum[] |
Avs.EnabledEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Avs |
Avs.enabled(Avs.EnabledEnum enabled) |
void |
Avs.setEnabled(Avs.EnabledEnum enabled) |
void |
Avs.EnabledEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Avs.EnabledEnum enumeration) |
Copyright © 2022. All rights reserved.