public class CardFraudResults extends Object
| Constructor and Description |
|---|
CardFraudResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvsResult()
Result of the Address Verification Service checks.
|
String |
getCvvResult()
Result of the Card Verification Value checks.
|
String |
getFraudServiceResult()
Resulting advice of the fraud prevention checks.
|
void |
setAvsResult(String value)
Result of the Address Verification Service checks.
|
void |
setCvvResult(String value)
Result of the Card Verification Value checks.
|
void |
setFraudServiceResult(String value)
Resulting advice of the fraud prevention checks.
|
CardFraudResults |
withAvsResult(String value)
Result of the Address Verification Service checks.
|
CardFraudResults |
withCvvResult(String value)
Result of the Card Verification Value checks.
|
CardFraudResults |
withFraudServiceResult(String value)
Resulting advice of the fraud prevention checks.
|
public String getAvsResult()
public void setAvsResult(String value)
public CardFraudResults withAvsResult(String value)
public String getCvvResult()
public void setCvvResult(String value)
public CardFraudResults withCvvResult(String value)
public String getFraudServiceResult()
public void setFraudServiceResult(String value)
public CardFraudResults withFraudServiceResult(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.