ScheduledSubTransaction
Inherits JSON::Serializable < Reference < Object
TODO: merge with SubTransaction
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
amount
Sourceamount=(amount : Int64)
Sourcecategory_id
Sourcecategory_id=(category_id : UUID | Nil)
Sourcedeleted
Sourcedeleted=(deleted : Bool)
Sourceid
Sourceid=(id : UUID)
Sourcememo
Sourcememo=(memo : String | Nil)
Sourcepayee_id
Sourcepayee_id=(payee_id : UUID | Nil)
Sourcescheduled_transaction_id
Sourcescheduled_transaction_id=(scheduled_transaction_id : UUID)
Sourcetransfer_account_id
Sourcetransfer_account_id=(transfer_account_id : UUID | Nil)
Source