| Package | Description |
|---|---|
| me.figo | |
| 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<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,
Boolean include_pending)
Get an array of Transaction objects, one for each transaction of the user matching the criteria.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
Account.AccountsResponse.getAccounts()
List of accounts asked for
|
Copyright © 2014 figo GmbH. All rights reserved.