public class StandingOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StandingOrder.StandingOrdersResponse
Helper type to represent the actual answer from the figo API
|
| Constructor and Description |
|---|
StandingOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getAccountNumber() |
BigDecimal |
getAmount() |
String |
getBankCode() |
String |
getBankName() |
Date |
getCreationTimestamp() |
String |
getCurrency() |
Integer |
getExecutionDay() |
StandingOrderIntervalType |
getInterval() |
String |
getName() |
Date |
getNextExecutionDate() |
String |
getPurposeText() |
String |
getStandingOrderId() |
public String getStandingOrderId()
public String getAccountId()
public String getName()
public String getAccountNumber()
public String getBankCode()
public String getBankName()
public BigDecimal getAmount()
public String getCurrency()
public String getPurposeText()
public Date getCreationTimestamp()
public Integer getExecutionDay()
public Date getNextExecutionDate()
public StandingOrderIntervalType getInterval()
Copyright © 2016 figo GmbH. All rights reserved.