Mercury.InvoiceLineItem (mercury_client v1.0.0)

Copy Markdown View Source

A line item on an invoice.

Summary

Types

t()

@type t() :: %Mercury.InvoiceLineItem{
  amount: float(),
  description: String.t(),
  quantity: float(),
  unit_price: float()
}