struct

Finfry::Reconciliation

Inherits JSON::Serializable < Struct < Value < Object

A finalized reconciliation: the statement an account was balanced against on a given date, and the transactions that were locked in by it. statement is stored in display orientation (the positive figure the user typed, matching how the statement reads).

Constructors

new(account : String, date : String, statement : Int64, transaction_ids : Array(Int32))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

account
Source
account=(account : String)
Source
date
Source
date=(date : String)
Source
statement
Source
statement=(statement : Int64)
Source
transaction_ids
Source
transaction_ids=(transaction_ids : Array(Int32))
Source