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

Copy Markdown View Source

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

Fields

  • account_id - Filter results by Account.
  • on_or_after_date - Filter balances on or after this date.
  • on_or_before_date - Filter balances on or before this date.

Summary

Types

t()

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