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