class

N2y::YNAB::Transaction

Inherits JSON::Serializable < Reference < Object

Transaction to send to YNAB.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_id : String | Nil = nil, date : String | Nil = nil, amount : Int32 | Nil = nil, payee_name : String | Nil = nil, import_id : String | Nil = nil)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
account_id
Source
account_id=(account_id : String | Nil)
Source
amount

Amount in milliunits format.

Source
amount=(amount : Int32 | Nil)

Amount in milliunits format.

Source
cleared
Source
cleared=(cleared : String)
Source
date
Source
date=(date : String | Nil)
Source
import_id
Source
import_id=(import_id : String | Nil)
Source
payee_name
Source
payee_name=(payee_name : String | Nil)
Source