Mercury.TreasuryStatement (mercury_client v1.0.0)

Copy Markdown View Source

A statement for a Treasury account.

Summary

Types

t()

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