public class Transaction extends Object
| Modifier and Type | Class and Description |
|---|---|
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() |
float |
getAmount() |
String |
getBankCode() |
String |
getBankName() |
Date |
getBookingDate() |
String |
getBookingText() |
String |
getCurrency() |
String |
getName() |
String |
getPurposeText() |
String |
getTransactionId() |
String |
getType() |
Date |
getValueDate() |
boolean |
isBooked() |
public String getTransactionId()
public String getAccountId()
public String getName()
public String getAccountNumber()
public String getBankCode()
public String getBankName()
public float getAmount()
public String getCurrency()
public Date getBookingDate()
public Date getValueDate()
public String getPurposeText()
public String getType()
public String getBookingText()
public boolean isBooked()
Copyright © 2014 figo GmbH. All rights reserved.