ExStoneOpenbank v0.1.0 ExStoneOpenbank.API.Model.Statement View Source

Statement model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExStoneOpenbank.API.Model.Statement{
  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