Mercury.RecipientAttachment (mercury_client v1.0.0)

Copy Markdown View Source

A tax form attached to a recipient.

Summary

Types

t()

@type t() :: %Mercury.RecipientAttachment{
  file_name: String.t(),
  form_type: String.t() | nil,
  uploaded_at: DateTime.t() | nil,
  url: String.t()
}