public class ValidationBankAccountOutput extends Object
Constructor and Description |
---|
ValidationBankAccountOutput() |
Modifier and Type | Method and Description |
---|---|
List<ValidationBankAccountCheck> |
getChecks()
Array of checks performed with the results of each check
|
String |
getNewBankName()
Bank name, matching the bank code of the request
|
String |
getReformattedAccountNumber()
Reformatted account number according to local clearing rules
|
String |
getReformattedBankCode()
Reformatted bank code according to local clearing rules
|
String |
getReformattedBranchCode()
Reformatted branch code according to local clearing rules
|
void |
setChecks(List<ValidationBankAccountCheck> value)
Array of checks performed with the results of each check
|
void |
setNewBankName(String value)
Bank name, matching the bank code of the request
|
void |
setReformattedAccountNumber(String value)
Reformatted account number according to local clearing rules
|
void |
setReformattedBankCode(String value)
Reformatted bank code according to local clearing rules
|
void |
setReformattedBranchCode(String value)
Reformatted branch code according to local clearing rules
|
public List<ValidationBankAccountCheck> getChecks()
public void setChecks(List<ValidationBankAccountCheck> value)
public String getNewBankName()
public void setNewBankName(String value)
public String getReformattedAccountNumber()
public void setReformattedAccountNumber(String value)
public String getReformattedBankCode()
public void setReformattedBankCode(String value)
public String getReformattedBranchCode()
public void setReformattedBranchCode(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.