@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseRiskInformationScore extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseRiskInformationScore() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseRiskInformationScore |
addFactorCodesItem(String factorCodesItem) |
boolean |
equals(Object o) |
PtsV2PaymentsPost201ResponseRiskInformationScore |
factorCodes(List<String> factorCodes) |
List<String> |
getFactorCodes()
Get factorCodes
|
String |
getModelUsed()
Name of the score model used for the transaction.
|
String |
getResult()
Total score calculated for this order.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseRiskInformationScore |
modelUsed(String modelUsed) |
PtsV2PaymentsPost201ResponseRiskInformationScore |
result(String result) |
void |
setFactorCodes(List<String> factorCodes) |
void |
setModelUsed(String modelUsed) |
void |
setResult(String result) |
String |
toString() |
public PtsV2PaymentsPost201ResponseRiskInformationScore()
public PtsV2PaymentsPost201ResponseRiskInformationScore factorCodes(List<String> factorCodes)
public PtsV2PaymentsPost201ResponseRiskInformationScore addFactorCodesItem(String factorCodesItem)
public PtsV2PaymentsPost201ResponseRiskInformationScore modelUsed(String modelUsed)
public String getModelUsed()
public void setModelUsed(String modelUsed)
public PtsV2PaymentsPost201ResponseRiskInformationScore result(String result)
public String getResult()
public void setResult(String result)
Copyright © 2020. All rights reserved.