@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class Bank extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bank.SupportedDataSourcesEnum
Gets or Sets supportedDataSources
|
| Constructor and Description |
|---|
Bank() |
| Modifier and Type | Method and Description |
|---|---|
Bank |
addBlzsItem(String blzsItem) |
Bank |
addSupportedDataSourcesItem(Bank.SupportedDataSourcesEnum supportedDataSourcesItem) |
Bank |
bic(String bic) |
Bank |
blz(String blz) |
Bank |
blzs(List<String> blzs) |
Bank |
city(String city) |
boolean |
equals(Object o) |
String |
getBic()
BIC of bank
|
String |
getBlz()
BLZ of bank
|
List<String> |
getBlzs()
List of BLZs that belong to this bank.
|
String |
getCity()
City that this bank is located in.
|
Integer |
getHealth()
The health status of this bank.
|
Long |
getId()
Bank identifier.<br/><br/>NOTE: Do NOT assume that the identifiers of banks are the same across different finAPI environments.
|
String |
getLastCommunicationAttempt()
Time of the last communication attempt with this bank during a bank connection import or update (across the entire finAPI system).
|
String |
getLastSuccessfulCommunication()
Time of the last successful communication with this bank during a bank connection import or update (across the entire finAPI system).
|
String |
getLocation()
Bank location (two-letter country code; ISO 3166 ALPHA-2).
|
String |
getLoginFieldCustomerId()
Label for the customer ID login field, as it is called on the bank's website (e.g.
|
String |
getLoginFieldPin()
Label for the PIN field, as it is called on the bank's website (mostly \"PIN\").
|
String |
getLoginFieldUserId()
Label for the user ID login field, as it is called on the bank's website (e.g.
|
String |
getLoginHint()
Login hint.
|
String |
getName()
Name of bank
|
Integer |
getPopularity()
Popularity of this bank with your users (mandator-wide, i.e.
|
List<Bank.SupportedDataSourcesEnum> |
getSupportedDataSources()
List of the data sources that finAPI will use for data download for this bank.
|
int |
hashCode() |
Bank |
health(Integer health) |
Bank |
id(Long id) |
Boolean |
isIsSupported()
Whether this bank is supported by finAPI, i.e.
|
Boolean |
isIsTestBank()
If true, then this bank does not depict a real bank, but rather a testing endpoint provided by a bank or by finAPI.
|
Boolean |
isPinsAreVolatile()
Whether the PINs that are used for authentication with the bank are volatile.
|
Bank |
isSupported(Boolean isSupported) |
Bank |
isTestBank(Boolean isTestBank) |
Bank |
lastCommunicationAttempt(String lastCommunicationAttempt) |
Bank |
lastSuccessfulCommunication(String lastSuccessfulCommunication) |
Bank |
location(String location) |
Bank |
loginFieldCustomerId(String loginFieldCustomerId) |
Bank |
loginFieldPin(String loginFieldPin) |
Bank |
loginFieldUserId(String loginFieldUserId) |
Bank |
loginHint(String loginHint) |
Bank |
name(String name) |
Bank |
pinsAreVolatile(Boolean pinsAreVolatile) |
Bank |
popularity(Integer popularity) |
void |
setBic(String bic) |
void |
setBlz(String blz) |
void |
setBlzs(List<String> blzs) |
void |
setCity(String city) |
void |
setHealth(Integer health) |
void |
setId(Long id) |
void |
setIsSupported(Boolean isSupported) |
void |
setIsTestBank(Boolean isTestBank) |
void |
setLastCommunicationAttempt(String lastCommunicationAttempt) |
void |
setLastSuccessfulCommunication(String lastSuccessfulCommunication) |
void |
setLocation(String location) |
void |
setLoginFieldCustomerId(String loginFieldCustomerId) |
void |
setLoginFieldPin(String loginFieldPin) |
void |
setLoginFieldUserId(String loginFieldUserId) |
void |
setLoginHint(String loginHint) |
void |
setName(String name) |
void |
setPinsAreVolatile(Boolean pinsAreVolatile) |
void |
setPopularity(Integer popularity) |
void |
setSupportedDataSources(List<Bank.SupportedDataSourcesEnum> supportedDataSources) |
Bank |
supportedDataSources(List<Bank.SupportedDataSourcesEnum> supportedDataSources) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getLoginHint()
public void setLoginHint(String loginHint)
public String getBic()
public void setBic(String bic)
public String getBlz()
public void setBlz(String blz)
public List<String> getBlzs()
public String getLoginFieldUserId()
public void setLoginFieldUserId(String loginFieldUserId)
public String getLoginFieldCustomerId()
public void setLoginFieldCustomerId(String loginFieldCustomerId)
public String getLoginFieldPin()
public void setLoginFieldPin(String loginFieldPin)
public Boolean isIsSupported()
public void setIsSupported(Boolean isSupported)
public Bank supportedDataSources(List<Bank.SupportedDataSourcesEnum> supportedDataSources)
public Bank addSupportedDataSourcesItem(Bank.SupportedDataSourcesEnum supportedDataSourcesItem)
public List<Bank.SupportedDataSourcesEnum> getSupportedDataSources()
public void setSupportedDataSources(List<Bank.SupportedDataSourcesEnum> supportedDataSources)
public Boolean isPinsAreVolatile()
public void setPinsAreVolatile(Boolean pinsAreVolatile)
public String getLocation()
public void setLocation(String location)
public String getCity()
public void setCity(String city)
public Boolean isIsTestBank()
public void setIsTestBank(Boolean isTestBank)
public Integer getPopularity()
public void setPopularity(Integer popularity)
public Integer getHealth()
public void setHealth(Integer health)
public String getLastCommunicationAttempt()
public void setLastCommunicationAttempt(String lastCommunicationAttempt)
public Bank lastSuccessfulCommunication(String lastSuccessfulCommunication)
public String getLastSuccessfulCommunication()
public void setLastSuccessfulCommunication(String lastSuccessfulCommunication)
Copyright © 2018. All rights reserved.