Class: Increase::Models::BookkeepingEntrySet::Entry

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/bookkeeping_entry_set.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#account_idString

The bookkeeping account impacted by the entry.

Returns:

  • (String)


50
# File 'lib/increase/models/bookkeeping_entry_set.rb', line 50

required :account_id, String

#amountInteger

The amount of the entry in minor units.

Returns:

  • (Integer)


55
# File 'lib/increase/models/bookkeeping_entry_set.rb', line 55

required :amount, Integer

#idString

The entry identifier.

Returns:

  • (String)


45
# File 'lib/increase/models/bookkeeping_entry_set.rb', line 45

required :id, String