FinTex v0.2.0 FinTex.Model.Payment
The following fields are public:
sender_account
- Bank account of the senderreceiver_account
- Bank account of the receiveramount
- Order amountcurrency
- Three-character currency code (ISO 4217)purpose
- Purpose texttan_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}