A line item within a Bill.
Summary
Types
@type t() :: %Ramp.Bills.LineItem{ accounting_fields: [Ramp.AccountingFieldSelection.t()], amount: Ramp.Money.t(), description: String.t() | nil, id: String.t() | nil }
A line item within a Bill.
@type t() :: %Ramp.Bills.LineItem{ accounting_fields: [Ramp.AccountingFieldSelection.t()], amount: Ramp.Money.t(), description: String.t() | nil, id: String.t() | nil }