Uses of Class
com.adyen.model.checkout.Avs.EnabledEnum
-
Packages that use Avs.EnabledEnum Package Description com.adyen.model.checkout -
-
Uses of Avs.EnabledEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Avs.EnabledEnum Modifier and Type Method Description static Avs.EnabledEnumAvs.EnabledEnum. fromValue(String value)Avs.EnabledEnumAvs. getEnabled()Specifies whether the shopper should enter their billing address during checkout.static Avs.EnabledEnumAvs.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.Methods in com.adyen.model.checkout with parameters of type Avs.EnabledEnum Modifier and Type Method Description AvsAvs. enabled(Avs.EnabledEnum enabled)voidAvs. setEnabled(Avs.EnabledEnum enabled)Specifies whether the shopper should enter their billing address during checkout.
-