ExStoneOpenbank v0.1.2 ExStoneOpenbank.API.Model.StatementEntry View Source

StatementEntry model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExStoneOpenbank.API.Model.StatementEntry{
  amount: term(),
  balance_after: term(),
  balance_before: term(),
  counter_party: term(),
  created_at: term(),
  description: term(),
  id: term(),
  operation: term(),
  status: term(),
  type: term()
}

Link to this section Functions