A line item on an invoice.
@type t() :: %Mercury.InvoiceLineItem{ amount: float(), description: String.t(), quantity: float(), unit_price: float() }