public class Avs extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Avs.EnabledEnum
Specifies whether the shopper should enter their billing address during checkout.
|
| Constructor and Description |
|---|
Avs() |
| Modifier and Type | Method and Description |
|---|---|
Avs |
addressEditable(Boolean addressEditable) |
Avs |
enabled(Avs.EnabledEnum enabled) |
boolean |
equals(Object o) |
Avs.EnabledEnum |
getEnabled()
Specifies whether the shopper should enter their billing address during checkout.
|
int |
hashCode() |
Boolean |
isAddressEditable()
Indicates whether the shopper is allowed to modify the billing address for the current payment request.
|
void |
setAddressEditable(Boolean addressEditable) |
void |
setEnabled(Avs.EnabledEnum enabled) |
String |
toString() |
public Boolean isAddressEditable()
public void setAddressEditable(Boolean addressEditable)
public Avs enabled(Avs.EnabledEnum enabled)
public Avs.EnabledEnum getEnabled()
public void setEnabled(Avs.EnabledEnum enabled)
Copyright © 2022. All rights reserved.