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

Copy Markdown View Source

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

Fields

  • account_id - The Account to create a statement for.
  • created_at - Filter transactions by their created date.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.AccountStatementOfx{
  account_id: String.t(),
  created_at: Increase.Exports.Export.AccountStatementOfx.CreatedAt.t() | nil
}