Mercury.AccountStatement (mercury_client v1.0.0)

Copy Markdown View Source

A monthly bank statement for an account.

Summary

Types

t()

@type t() :: %Mercury.AccountStatement{
  account_id: String.t(),
  created_at: DateTime.t() | nil,
  id: String.t(),
  period: String.t(),
  url: String.t() | nil
}