FinTex v0.3.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 textbooked- This flag indicates whether the transaction is booked or pending
Summary
Types
t :: %FinTex.Model.Transaction{account_number: binary, amount: %Decimal{coef: term, exp: term, sign: term}, bank_code: binary, booked: boolean, booking_date: %Timex.DateTime{calendar: term, day: term, hour: term, millisecond: term, minute: term, month: 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, millisecond: term, minute: term, month: term, second: term, timezone: term, year: term}}