| Package | Description |
|---|---|
| me.figo |
| Modifier and Type | Method and Description |
|---|---|
static FigoSession.PendingTransactions |
FigoSession.PendingTransactions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FigoSession.PendingTransactions[] |
FigoSession.PendingTransactions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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.
|
Copyright © 2018 figo GmbH. All rights reserved.