FinTex v0.2.0 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
Summary
Types
t :: %FinTex.Model.Transaction{account_number: binary, amount: %Decimal{coef: term, exp: term, sign: term}, bank_code: binary, booking_date: %Timex.DateTime{calendar: term, day: term, hour: term, minute: term, month: term, ms: term, second: term, timezone: term, year: term}, booking_text: binary, code: non_neg_integer, name: binary, purpose: binary, value_date: %Timex.DateTime{calendar: term, day: term, hour: term, minute: term, month: term, ms: term, second: term, timezone: term, year: term}}