public class Transaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transaction.TransactionsResponse
Helper type to represent the actual answer from the figo API
|
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getAccountNumber() |
AdditionalTransactionInfo |
getAdditional_info() |
BigDecimal |
getAmount() |
String |
getBankCode() |
String |
getBankName() |
Date |
getBookingDate() |
String |
getBookingText() |
String |
getCurrency() |
String |
getName() |
String |
getPurposeText() |
int |
getTransaction_code() |
String |
getTransactionId() |
String |
getType() |
Date |
getValueDate() |
boolean |
isBooked() |
boolean |
isVisited() |
public String getTransactionId()
public String getAccountId()
public String getName()
public String getAccountNumber()
public String getBankCode()
public String getBankName()
public BigDecimal getAmount()
public String getCurrency()
public Date getBookingDate()
public Date getValueDate()
public String getPurposeText()
public String getType()
public String getBookingText()
public boolean isBooked()
public boolean isVisited()
public int getTransaction_code()
public AdditionalTransactionInfo getAdditional_info()
Copyright © 2016 figo GmbH. All rights reserved.