| Package | Description |
|---|---|
| me.figo | |
| me.figo.internal | |
| me.figo.models |
| Modifier and Type | Method and Description |
|---|---|
Account |
FigoSession.getAccount(String accountId)
Returns the account with the specified ID
|
Account |
FigoSession.updateAccount(Account account)
Modify an account
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
FigoSession.getAccounts()
All accounts the user has granted your app access to
|
| Modifier and Type | Method and Description |
|---|---|
AccountBalance |
FigoSession.getAccountBalance(Account account)
Returns the balance details of the supplied account
|
Bank |
FigoSession.getBank(Account account)
Get Bank for account
|
Payment |
FigoSession.getPayment(Account account,
String paymentId)
Retrieve a specific payment by ID
|
List<Payment> |
FigoSession.getPayments(Account account)
all payments on a certain account
|
List<Security> |
FigoSession.getSecurities(Account account)
Retrieves all securities of a specific account
|
Security |
FigoSession.getSecurity(Account account,
String securityId)
Retrieves a specific security
|
List<Transaction> |
FigoSession.getTransactions(Account account)
Retrieve all transactions on a specific account of the user
|
List<Transaction> |
FigoSession.getTransactions(Account account,
String since,
Integer count,
Integer offset,
FigoSession.PendingTransactions include_pending)
Get an array of Transaction objects, one for each transaction of the user matching the criteria.
|
void |
FigoSession.modifySecurities(Account account,
FigoSession.FieldVisited visited)
Modifies the visited field of all securities of a specific account
|
void |
FigoSession.modifyTransactions(Account account,
FigoSession.FieldVisited visited)
Modifies the visited field of all transactions of a specific account
|
void |
FigoSession.removeAccount(Account account)
Remove an account
|
Account |
FigoSession.updateAccount(Account account)
Modify an account
|
AccountBalance |
FigoSession.updateAccountBalance(Account account,
AccountBalance accountBalance)
Modify balance or account limits
|
| Constructor and Description |
|---|
AccountOrderRequest(List<Account> orderedList) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
Account.AccountsResponse.getAccounts()
List of accounts asked for
|
Copyright © 2018 figo GmbH. All rights reserved.