Sha256: 8b5f4b1545ff41dbcec6e1fec479193eef1c0ef47d2de331b9821399f5c10667
Contents?: true
Size: 572 Bytes
Versions: 29
Compression:
Stored size: 572 Bytes
Contents
module Xeroizer module Record class JournalLineModel < BaseModel end class JournalLine < Base set_primary_key :journal_line_id guid :journal_line_id guid :account_id string :account_code string :account_type string :account_name decimal :net_amount decimal :gross_amount decimal :tax_amount string :tax_type string :tax_name has_many :tracking_categories, :model_name => 'JournalLineTrackingCategory' end end end
Version data entries
29 entries across 29 versions & 2 rubygems