@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class Transaction extends Object
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
accountId(Long accountId) |
Transaction |
addChildrenItem(Long childrenItem) |
Transaction |
addLabelsItem(Label labelsItem) |
Transaction |
amount(BigDecimal amount) |
Transaction |
bankBookingDate(String bankBookingDate) |
Transaction |
category(Category category) |
Transaction |
children(List<Long> children) |
Transaction |
counterpartAccountNumber(String counterpartAccountNumber) |
Transaction |
counterpartBankName(String counterpartBankName) |
Transaction |
counterpartBic(String counterpartBic) |
Transaction |
counterpartBlz(String counterpartBlz) |
Transaction |
counterpartCreditorId(String counterpartCreditorId) |
Transaction |
counterpartCustomerReference(String counterpartCustomerReference) |
Transaction |
counterpartIban(String counterpartIban) |
Transaction |
counterpartMandateReference(String counterpartMandateReference) |
Transaction |
counterpartName(String counterpartName) |
boolean |
equals(Object o) |
Transaction |
finapiBookingDate(String finapiBookingDate) |
Long |
getAccountId()
Account identifier
|
BigDecimal |
getAmount()
Transaction amount
|
String |
getBankBookingDate()
Bank booking date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
|
Category |
getCategory()
Transaction category, if any is assigned.
|
List<Long> |
getChildren()
Sub-transactions identifiers (if this transaction is split)
|
String |
getCounterpartAccountNumber()
Counterpart account number
|
String |
getCounterpartBankName()
Counterpart Bank name
|
String |
getCounterpartBic()
Counterpart BIC
|
String |
getCounterpartBlz()
Counterpart BLZ
|
String |
getCounterpartCreditorId()
The creditor ID of the counterpart
|
String |
getCounterpartCustomerReference()
The customer reference of the counterpart
|
String |
getCounterpartIban()
Counterpart IBAN
|
String |
getCounterpartMandateReference()
The mandate reference of the counterpart
|
String |
getCounterpartName()
Counterpart name
|
String |
getFinapiBookingDate()
finAPI Booking date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
|
Long |
getId()
Transaction identifier
|
String |
getImportDate()
Date of transaction import, in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
|
List<Label> |
getLabels()
Array of assigned labels
|
Long |
getParentId()
Parent transaction identifier
|
PaypalTransactionData |
getPaypalData()
Additional, PayPal-specific transaction data.
|
String |
getPrimanota()
Transaction primanota (bank side identification number)
|
String |
getPurpose()
Transaction purpose
|
String |
getType()
Transaction type, according to the bank.
|
String |
getTypeCodeSwift()
SWIFT transaction type code.
|
String |
getTypeCodeZka()
ZKA business transaction code which relates to the transaction's type.
|
String |
getValueDate()
Value date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
|
int |
hashCode() |
Transaction |
id(Long id) |
Transaction |
importDate(String importDate) |
Transaction |
isAdjustingEntry(Boolean isAdjustingEntry) |
Boolean |
isIsAdjustingEntry()
Indicating whether this transaction is an adjusting entry ('Zwischensaldo').<br/><br/>Adjusting entries do not originate from the bank, but are added by finAPI during an account update when the bank reported account balance does not add up to the set of transactions that finAPI receives for the account.
|
Boolean |
isIsNew()
Indicating whether this transaction is 'new' or not.
|
Boolean |
isIsPotentialDuplicate()
While finAPI uses a well-elaborated algorithm for uniquely identifying transactions, there is still the possibility that during an account update, a transaction that was imported previously may be imported a second time as a new transaction.
|
Transaction |
isNew(Boolean isNew) |
Transaction |
isPotentialDuplicate(Boolean isPotentialDuplicate) |
Transaction |
labels(List<Label> labels) |
Transaction |
parentId(Long parentId) |
Transaction |
paypalData(PaypalTransactionData paypalData) |
Transaction |
primanota(String primanota) |
Transaction |
purpose(String purpose) |
void |
setAccountId(Long accountId) |
void |
setAmount(BigDecimal amount) |
void |
setBankBookingDate(String bankBookingDate) |
void |
setCategory(Category category) |
void |
setChildren(List<Long> children) |
void |
setCounterpartAccountNumber(String counterpartAccountNumber) |
void |
setCounterpartBankName(String counterpartBankName) |
void |
setCounterpartBic(String counterpartBic) |
void |
setCounterpartBlz(String counterpartBlz) |
void |
setCounterpartCreditorId(String counterpartCreditorId) |
void |
setCounterpartCustomerReference(String counterpartCustomerReference) |
void |
setCounterpartIban(String counterpartIban) |
void |
setCounterpartMandateReference(String counterpartMandateReference) |
void |
setCounterpartName(String counterpartName) |
void |
setFinapiBookingDate(String finapiBookingDate) |
void |
setId(Long id) |
void |
setImportDate(String importDate) |
void |
setIsAdjustingEntry(Boolean isAdjustingEntry) |
void |
setIsNew(Boolean isNew) |
void |
setIsPotentialDuplicate(Boolean isPotentialDuplicate) |
void |
setLabels(List<Label> labels) |
void |
setParentId(Long parentId) |
void |
setPaypalData(PaypalTransactionData paypalData) |
void |
setPrimanota(String primanota) |
void |
setPurpose(String purpose) |
void |
setType(String type) |
void |
setTypeCodeSwift(String typeCodeSwift) |
void |
setTypeCodeZka(String typeCodeZka) |
void |
setValueDate(String valueDate) |
String |
toString() |
Transaction |
type(String type) |
Transaction |
typeCodeSwift(String typeCodeSwift) |
Transaction |
typeCodeZka(String typeCodeZka) |
Transaction |
valueDate(String valueDate) |
public Transaction id(Long id)
public Long getId()
public void setId(Long id)
public Transaction parentId(Long parentId)
public Long getParentId()
public void setParentId(Long parentId)
public Transaction accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public Transaction valueDate(String valueDate)
public String getValueDate()
public void setValueDate(String valueDate)
public Transaction bankBookingDate(String bankBookingDate)
public String getBankBookingDate()
public void setBankBookingDate(String bankBookingDate)
public Transaction finapiBookingDate(String finapiBookingDate)
public String getFinapiBookingDate()
public void setFinapiBookingDate(String finapiBookingDate)
public Transaction amount(BigDecimal amount)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Transaction purpose(String purpose)
public String getPurpose()
public void setPurpose(String purpose)
public Transaction counterpartName(String counterpartName)
public String getCounterpartName()
public void setCounterpartName(String counterpartName)
public Transaction counterpartAccountNumber(String counterpartAccountNumber)
public String getCounterpartAccountNumber()
public void setCounterpartAccountNumber(String counterpartAccountNumber)
public Transaction counterpartIban(String counterpartIban)
public String getCounterpartIban()
public void setCounterpartIban(String counterpartIban)
public Transaction counterpartBlz(String counterpartBlz)
public String getCounterpartBlz()
public void setCounterpartBlz(String counterpartBlz)
public Transaction counterpartBic(String counterpartBic)
public String getCounterpartBic()
public void setCounterpartBic(String counterpartBic)
public Transaction counterpartBankName(String counterpartBankName)
public String getCounterpartBankName()
public void setCounterpartBankName(String counterpartBankName)
public Transaction counterpartMandateReference(String counterpartMandateReference)
public String getCounterpartMandateReference()
public void setCounterpartMandateReference(String counterpartMandateReference)
public Transaction counterpartCustomerReference(String counterpartCustomerReference)
public String getCounterpartCustomerReference()
public void setCounterpartCustomerReference(String counterpartCustomerReference)
public Transaction counterpartCreditorId(String counterpartCreditorId)
public String getCounterpartCreditorId()
public void setCounterpartCreditorId(String counterpartCreditorId)
public Transaction type(String type)
public String getType()
public void setType(String type)
public Transaction typeCodeZka(String typeCodeZka)
public String getTypeCodeZka()
public void setTypeCodeZka(String typeCodeZka)
public Transaction typeCodeSwift(String typeCodeSwift)
public String getTypeCodeSwift()
public void setTypeCodeSwift(String typeCodeSwift)
public Transaction primanota(String primanota)
public String getPrimanota()
public void setPrimanota(String primanota)
public Transaction category(Category category)
public Category getCategory()
public void setCategory(Category category)
public Transaction labels(List<Label> labels)
public Transaction addLabelsItem(Label labelsItem)
public Transaction isPotentialDuplicate(Boolean isPotentialDuplicate)
public Boolean isIsPotentialDuplicate()
public void setIsPotentialDuplicate(Boolean isPotentialDuplicate)
public Transaction isAdjustingEntry(Boolean isAdjustingEntry)
public Boolean isIsAdjustingEntry()
public void setIsAdjustingEntry(Boolean isAdjustingEntry)
public Transaction isNew(Boolean isNew)
public Boolean isIsNew()
public void setIsNew(Boolean isNew)
public Transaction importDate(String importDate)
public String getImportDate()
public void setImportDate(String importDate)
public Transaction children(List<Long> children)
public Transaction addChildrenItem(Long childrenItem)
public List<Long> getChildren()
public Transaction paypalData(PaypalTransactionData paypalData)
public PaypalTransactionData getPaypalData()
public void setPaypalData(PaypalTransactionData paypalData)
Copyright © 2018. All rights reserved.