| Package | Description |
|---|---|
| me.figo | |
| me.figo.models |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
FigoSession.getTransaction(String accountId,
String transactionId)
Retrieve a specific transaction by ID
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
FigoSession.getTransactions()
All transactions on all account of the user
|
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.
|
List<Transaction> |
FigoSession.getTransactions(String accountId)
Retrieve all transactions on a specific account of the user
|
List<Transaction> |
FigoSession.getTransactions(String accountId,
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FigoSession.modifyTransaction(Transaction transaction,
FigoSession.FieldVisited visited)
Modifies the visited field of a specific transaction
|
void |
FigoSession.removeTransaction(Transaction transaction)
Removes a Transaction
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
Transaction.TransactionsResponse.getTransactions() |
Copyright © 2018 figo GmbH. All rights reserved.