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

Copy Markdown View Source

Details of the account statement BAI2 export. This field will be present when the category is equal to account_statement_bai2.

Fields

  • account_id - Filter results by Account.
  • effective_date - The date for which to retrieve the balance.
  • program_id - Filter results by Program.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.AccountStatementBai2{
  account_id: String.t() | nil,
  effective_date: Date.t() | nil,
  program_id: String.t() | nil
}