FinTex.Model.Transaction
The following fields are public:
name
- Name of originator or recipientaccount_number
- Account number of originator or recipient. This field might be empty if the transaction has no account number, e.g. interest transactions.bank_code
- Bank code of originator or recipient. This field might be empty if the transaction has no bank code, e.g. interest transactions.amount
- Transaction amountbooking_date
- Booking datevalue_date
- Value datepurpose
- Purpose text. This field might be empty if the transaction has no purposecode
- Business transaction codebooking_text
- Booking text. This field might be empty if the transaction has no booking text
Types ↑
t :: %FinTex.Model.Transaction{account_number: term, amount: term, bank_code: term, booking_date: term, booking_text: term, code: term, name: term, purpose: term, value_date: term}