Increase.Exports.Export.BookkeepingAccountBalanceCsv (Increase v1.0.0)

Copy Markdown View Source

Details of the bookkeeping account balance CSV export. This field will be present when the category is equal to bookkeeping_account_balance_csv.

Fields

  • bookkeeping_account_id - Filter results by Bookkeeping Account.
  • on_or_after_date - Filter balances to those on or after this date.
  • on_or_before_date - Filter balances to those on or before this date.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.BookkeepingAccountBalanceCsv{
  bookkeeping_account_id: String.t() | nil,
  on_or_after_date: Date.t() | nil,
  on_or_before_date: Date.t() | nil
}