Tipalti.Invoice.Line (tipalti v0.10.0) View Source
Represents a Tipalti Invoice Line.
Link to this section Summary
Link to this section Types
Specs
t() :: %Tipalti.Invoice.Line{ amount: Money.t(), custom_fields: [Tipalti.CustomField.t()], description: String.t() | nil, line_type: String.t() | nil, quantity: integer() | nil }