FinTex v0.2.0 FinTex.Model.Transaction

The following fields are public:

  • name - Name of originator or recipient
  • account_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 amount
  • booking_date - Booking date
  • value_date - Value date
  • purpose - Purpose text. This field might be empty if the transaction has no purpose
  • code - Business transaction code
  • booking_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}}