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