Unit.Resource.Statement (Unit v1.0.0)

Copy Markdown View Source

Represents a Unit account statement.

Statements are generated on the 1st of every month for both deposit and credit accounts. Retrieve as HTML or PDF.

Summary

Types

t()

@type t() :: %Unit.Resource.Statement{
  account_id: String.t() | nil,
  customer_id: String.t() | nil,
  id: String.t(),
  period: String.t() | nil,
  type: String.t()
}