A file attached to an invoice.
Summary
Types
@type t() :: %Mercury.InvoiceAttachment{ created_at: DateTime.t() | nil, file_name: String.t(), id: String.t(), url: String.t() }
A file attached to an invoice.
@type t() :: %Mercury.InvoiceAttachment{ created_at: DateTime.t() | nil, file_name: String.t(), id: String.t(), url: String.t() }