@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class CustomerInitiatedReturnRisk extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RISK_TIER |
static String |
SERIALIZED_NAME_SCORE |
Constructor and Description |
---|
CustomerInitiatedReturnRisk() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getRiskTier()
A tier corresponding to the projected likelihood that the transaction, if initiated, will be subject to a return.
|
Integer |
getScore()
A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood.
|
int |
hashCode() |
CustomerInitiatedReturnRisk |
riskTier(Integer riskTier) |
CustomerInitiatedReturnRisk |
score(Integer score) |
void |
setRiskTier(Integer riskTier) |
void |
setScore(Integer score) |
String |
toString() |
public static final String SERIALIZED_NAME_SCORE
public static final String SERIALIZED_NAME_RISK_TIER
public CustomerInitiatedReturnRisk score(Integer score)
public Integer getScore()
public void setScore(Integer score)
public CustomerInitiatedReturnRisk riskTier(Integer riskTier)
public Integer getRiskTier()
public void setRiskTier(Integer riskTier)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.