class TransactionSummary
- TransactionSummary
- Reference
- Object
Overview
TODO Make a subset of/combine with TransactionSummary
Included Modules
- JSON::Serializable
Defined in:
ynab/models/transaction_summary.crConstructors
Instance Method Summary
- #account_id : UUID
- #account_id=(account_id : UUID)
- #amount : Int64
- #amount=(amount : Int64)
- #approved : Bool
- #approved=(approved : Bool)
- #category_id : UUID | Nil
- #category_id=(category_id : UUID | Nil)
- #cleared : ClearedStatus
- #cleared=(cleared : ClearedStatus)
- #date : Time
- #date=(date : Time)
- #deleted : Bool
- #deleted=(deleted : Bool)
- #flag_color : FlagColor | Nil
- #flag_color=(flag_color : FlagColor | Nil)
- #id : UUID
- #id=(id : UUID)
- #import_id : String | Nil
- #import_id=(import_id : String | Nil)
- #matched_transaction_id : UUID | Nil
- #matched_transaction_id=(matched_transaction_id : UUID | Nil)
- #memo : String | Nil
- #memo=(memo : String | Nil)
- #payee_id : UUID | Nil
- #payee_id=(payee_id : UUID | Nil)
- #transfer_account_id : UUID | Nil
- #transfer_account_id=(transfer_account_id : UUID | Nil)
- #transfer_transaction_id : UUID | Nil
- #transfer_transaction_id=(transfer_transaction_id : UUID | Nil)