Monzo.Attachment (monzo_client v1.0.0)

Copy Markdown View Source

A file registered against a transaction.

Summary

Types

t()

@type t() :: %Monzo.Attachment{
  created: DateTime.t() | nil,
  external_id: String.t(),
  file_type: String.t(),
  file_url: String.t(),
  id: String.t(),
  user_id: String.t() | nil
}