public class Account extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Account.AccountsResponse
Helper type to match actual response from figo API
|
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getAccountNumber() |
HashMap<String,String> |
getAddtionalIcons() |
AccountBalance |
getBalance() |
String |
getBankCode() |
String |
getBankId() |
String |
getBankName() |
String |
getBIC() |
String |
getCurrency() |
String |
getIBAN() |
String |
getIconUrl() |
String |
getName() |
String |
getOwner() |
HashMap<String,PaymentType> |
getSupportedPaymentTypes() |
List<TanScheme> |
getSupportedTanSchemes() |
String |
getType() |
boolean |
isAutoSync() |
void |
setAutoSync(boolean auto_sync) |
void |
setName(String name) |
void |
setOwner(String owner) |
public String getAccountId()
public String getBankId()
public String getName()
public void setName(String name)
name - the account name to setpublic String getOwner()
public void setOwner(String owner)
owner - the account owner to setpublic boolean isAutoSync()
public void setAutoSync(boolean auto_sync)
auto_sync - the auto synchronization setting to setpublic String getAccountNumber()
public String getBankCode()
public String getBankName()
public String getCurrency()
public String getIBAN()
public String getBIC()
public String getType()
public AccountBalance getBalance()
public String getIconUrl()
public HashMap<String,String> getAddtionalIcons()
public List<TanScheme> getSupportedTanSchemes()
public HashMap<String,PaymentType> getSupportedPaymentTypes()
Copyright © 2018 figo GmbH. All rights reserved.