class

ScheduledSubTransaction

Inherits JSON::Serializable < Reference < Object

TODO: merge with SubTransaction

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

amount
Source
amount=(amount : Int64)
Source
category_id
Source
category_id=(category_id : UUID | Nil)
Source
deleted
Source
deleted=(deleted : Bool)
Source
id=(id : UUID)
Source
memo
Source
memo=(memo : String | Nil)
Source
payee_id
Source
payee_id=(payee_id : UUID | Nil)
Source
scheduled_transaction_id
Source
scheduled_transaction_id=(scheduled_transaction_id : UUID)
Source
transfer_account_id
Source
transfer_account_id=(transfer_account_id : UUID | Nil)
Source