FinTex v0.2.0 FinTex.Model.Payment

The following fields are public:

  • sender_account - Bank account of the sender
  • receiver_account - Bank account of the receiver
  • amount - Order amount
  • currency - Three-character currency code (ISO 4217)
  • purpose - Purpose text
  • tan_scheme - TAN scheme

Summary

Types

t :: %FinTex.Model.Payment{amount: %Decimal{coef: term, exp: term, sign: term}, currency: String.t, purpose: String.t, receiver_account: FinTex.Model.Account.t, sender_account: FinTex.Model.Account.t, tan_scheme: FinTex.Model.TANScheme.t}

Functions

valid?(self)