Current section
Files
Jump to
Current section
Files
lib/accounting/structs/line_item.ex
defmodule Accounting.LineItem do
@type t :: %Accounting.LineItem{}
defstruct [:description, :amount, :account_number, category: :other]
end