| Package | Description |
|---|---|
| me.figo | |
| me.figo.internal | |
| me.figo.models |
| Modifier and Type | Method and Description |
|---|---|
StandingOrder |
FigoSession.getStandingOrder(String standingOrderId)
Retrieve a specific standing order by ID
|
| Modifier and Type | Method and Description |
|---|---|
List<StandingOrder> |
FigoSession.getStandingOrders()
All standing orders on all accounts of the user
|
List<StandingOrder> |
FigoSession.getStandingOrders(String accountId)
Get an array of standing orders objects, one for each standing order of the user matching the criteria.
|
| Modifier and Type | Method and Description |
|---|---|
TaskTokenResponse |
FigoSession.deleteStandingOrder(StandingOrder standingOrder)
Create a deletion task for a standing order
|
Payment |
FigoSession.modifyStandingOrder(StandingOrder updatedStandingOrder)
Update a standing order, this creates a new payment which has to be submitted to update the existing
standing order
|
| Constructor and Description |
|---|
ModifyStandingOrderRequest(StandingOrder modifiedStandingOrder) |
| Modifier and Type | Method and Description |
|---|---|
List<StandingOrder> |
StandingOrder.StandingOrdersResponse.getStandingOrders() |
Copyright © 2018 figo GmbH. All rights reserved.