tipalti v0.8.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()
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
}
t() :: %Tipalti.Invoice.Line{ amount: Money.t(), custom_fields: [Tipalti.CustomField.t()], description: String.t() | nil, line_type: String.t() | nil, quantity: integer() | nil }