tipalti v0.5.0 Tipalti.Invoice.Line View Source

Represents a Tipalti Invoice Line.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Tipalti.Invoice.Line{
  amount: Money.t(),
  custom_fields: [Tipalti.CustomField.t()],
  description: String.t() | nil,
  line_type: String.t() | nil,
  quantity: integer() | nil
}