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