class ScheduledSubTransaction
- ScheduledSubTransaction
- Reference
- Object
Overview
TODO merge with SubTransaction
Included Modules
- JSON::Serializable
Defined in:
ynab/models/scheduled_sub_transaction.crConstructors
Instance Method Summary
- #amount : Int64
- #amount=(amount : Int64)
- #category_id : UUID | Nil
- #category_id=(category_id : UUID | Nil)
- #deleted : Bool
- #deleted=(deleted : Bool)
- #id : UUID
- #id=(id : UUID)
- #memo : String | Nil
- #memo=(memo : String | Nil)
- #payee_id : UUID | Nil
- #payee_id=(payee_id : UUID | Nil)
- #scheduled_transaction_id : UUID
- #scheduled_transaction_id=(scheduled_transaction_id : UUID)
- #transfer_account_id : UUID | Nil
- #transfer_account_id=(transfer_account_id : UUID | Nil)