Unit.Resource.AccountEndOfDay (Unit v1.0.0)

Copy Markdown View Source

Represents end-of-day account balance snapshots, useful for reconciliation and historical balance reporting.

Summary

Types

t()

@type t() :: %Unit.Resource.AccountEndOfDay{
  account_id: String.t() | nil,
  available: integer(),
  balance: integer(),
  customer_id: String.t() | nil,
  date: Date.t() | nil,
  hold: integer(),
  id: String.t(),
  overdraft_limit: integer() | nil,
  type: String.t()
}