struct

Finfry::Posting

Inherits JSON::Serializable < Struct < Value < Object

One leg of a double-entry transaction: a signed amount applied to an account.

Constructors

new(account : String, amount : Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

account
Source
account=(account : String)
Source
amount
Source
amount=(amount : Int64)
Source