public class TssV2TransactionsGet200ResponseBankAccountValidation extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseBankAccountValidation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getRawValidationCode()
Raw Validation Codes for routing number and account number Possible values: • -1: Unable to perform validation/Unknown error • -2: Service Unavailable • 12 to 16: Validation results
|
Integer |
getResultCode()
Result codes for account number and routing number Possible values: 00, 04, 98, 99
|
String |
getResultMessage()
Get resultMessage
|
int |
hashCode() |
TssV2TransactionsGet200ResponseBankAccountValidation |
rawValidationCode(Integer rawValidationCode) |
TssV2TransactionsGet200ResponseBankAccountValidation |
resultCode(Integer resultCode) |
TssV2TransactionsGet200ResponseBankAccountValidation |
resultMessage(String resultMessage) |
void |
setRawValidationCode(Integer rawValidationCode) |
void |
setResultCode(Integer resultCode) |
void |
setResultMessage(String resultMessage) |
String |
toString() |
public TssV2TransactionsGet200ResponseBankAccountValidation()
public TssV2TransactionsGet200ResponseBankAccountValidation rawValidationCode(Integer rawValidationCode)
public Integer getRawValidationCode()
public void setRawValidationCode(Integer rawValidationCode)
public TssV2TransactionsGet200ResponseBankAccountValidation resultCode(Integer resultCode)
public Integer getResultCode()
public void setResultCode(Integer resultCode)
public TssV2TransactionsGet200ResponseBankAccountValidation resultMessage(String resultMessage)
public String getResultMessage()
public void setResultMessage(String resultMessage)
Copyright © 2026. All rights reserved.