Mercury.InvoiceAttachment (mercury_client v1.0.0)

Copy Markdown View Source

A file attached to an invoice.

Summary

Types

t()

@type t() :: %Mercury.InvoiceAttachment{
  created_at: DateTime.t() | nil,
  file_name: String.t(),
  id: String.t(),
  url: String.t()
}