SubTransaction
Inherits JSON::Serializable < Reference < Object
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)
Sourcetransaction_id
Sourcetransaction_id=(transaction_id : String)
Sourcetransfer_account_id
Sourcetransfer_account_id=(transfer_account_id : UUID | Nil)
Source