class Account
- Account
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ynab/models/account.crConstructors
Instance Method Summary
- #balance : Int64
- #balance=(balance : Int64)
- #cleared_balance : Int64
- #cleared_balance=(cleared_balance : Int64)
- #closed : Bool
- #closed=(closed : Bool)
- #deleted : Bool
- #deleted=(deleted : Bool)
- #id : UUID
- #id=(id : UUID)
- #name : String
- #name=(name : String)
- #note : String | Nil
- #note=(note : String | Nil)
- #on_budget : Bool
- #on_budget=(on_budget : Bool)
- #transfer_payee_id : UUID
- #transfer_payee_id=(transfer_payee_id : UUID)
- #type : AccountType
- #type=(type : AccountType)
- #uncleared_balance : Int64
- #uncleared_balance=(uncleared_balance : Int64)