@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class CreditPayrollIncomePrecheckResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONFIDENCE |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
CreditPayrollIncomePrecheckResponse() |
Modifier and Type | Method and Description |
---|---|
CreditPayrollIncomePrecheckResponse |
confidence(IncomeVerificationPrecheckConfidence confidence) |
boolean |
equals(Object o) |
IncomeVerificationPrecheckConfidence |
getConfidence()
Get confidence
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
CreditPayrollIncomePrecheckResponse |
requestId(String requestId) |
void |
setConfidence(IncomeVerificationPrecheckConfidence confidence) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_REQUEST_ID
public static final String SERIALIZED_NAME_CONFIDENCE
public CreditPayrollIncomePrecheckResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public CreditPayrollIncomePrecheckResponse confidence(IncomeVerificationPrecheckConfidence confidence)
public IncomeVerificationPrecheckConfidence getConfidence()
public void setConfidence(IncomeVerificationPrecheckConfidence confidence)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.