Package com.adyen.model.checkout
Class Avs
- java.lang.Object
-
- com.adyen.model.checkout.Avs
-
public class Avs extends Object
Avs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAvs.EnabledEnumSpecifies whether the shopper should enter their billing address during checkout.
-
Constructor Summary
Constructors Constructor Description Avs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvsaddressEditable(Boolean addressEditable)Avsenabled(Avs.EnabledEnum enabled)booleanequals(Object o)Avs.EnabledEnumgetEnabled()Specifies whether the shopper should enter their billing address during checkout.inthashCode()BooleanisAddressEditable()Indicates whether the shopper is allowed to modify the billing address for the current payment request.voidsetAddressEditable(Boolean addressEditable)voidsetEnabled(Avs.EnabledEnum enabled)StringtoString()
-
-
-
Method Detail
-
isAddressEditable
public Boolean isAddressEditable()
Indicates whether the shopper is allowed to modify the billing address for the current payment request.- Returns:
- addressEditable
-
setAddressEditable
public void setAddressEditable(Boolean addressEditable)
-
enabled
public Avs enabled(Avs.EnabledEnum enabled)
-
getEnabled
public Avs.EnabledEnum getEnabled()
Specifies whether the shopper should enter their billing address during checkout. Allowed values: * yes — Perform AVS checks for every card payment. * automatic — Perform AVS checks only when required to optimize the conversion rate. * no — Do not perform AVS checks.- Returns:
- enabled
-
setEnabled
public void setEnabled(Avs.EnabledEnum enabled)
-
-