Class: Increase::Models::BookkeepingEntrySet::Entry
- Defined in:
- lib/increase/models/bookkeeping_entry_set.rb
Instance Attribute Summary collapse
-
#account_id ⇒ String
The bookkeeping account impacted by the entry.
-
#amount ⇒ Integer
The amount of the entry in minor units.
-
#id ⇒ String
The entry identifier.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#account_id ⇒ String
The bookkeeping account impacted by the entry.
50 |
# File 'lib/increase/models/bookkeeping_entry_set.rb', line 50 required :account_id, String |
#amount ⇒ Integer
The amount of the entry in minor units.
55 |
# File 'lib/increase/models/bookkeeping_entry_set.rb', line 55 required :amount, Integer |
#id ⇒ String
The entry identifier.
45 |
# File 'lib/increase/models/bookkeeping_entry_set.rb', line 45 required :id, String |