Uses of Class
com.adyen.model.checkout.Avs
-
Packages that use Avs Package Description com.adyen.model.checkout -
-
Uses of Avs in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Avs Modifier and Type Method Description AvsAvs. addressEditable(Boolean addressEditable)Indicates whether the shopper is allowed to modify the billing address for the current payment request.AvsAvs. enabled(Avs.EnabledEnum enabled)Specifies whether the shopper should enter their billing address during checkout.static AvsAvs. fromJson(String jsonString)Create an instance of Avs given an JSON stringAvsModelConfiguration. getAvs()avsMethods in com.adyen.model.checkout with parameters of type Avs Modifier and Type Method Description ModelConfigurationModelConfiguration. avs(Avs avs)avsvoidModelConfiguration. setAvs(Avs avs)avs
-