View Source ExOAPI.Stripe.Schemas.TerminalReaderReaderResourceLineItem (exoapi_stripe v0.1.4)
description: Represents a line item to be displayed on the reader
:amount :: :integer
The amount of the line item. A positive integer in the smallest currency unit.
:description :: :string
Description of the line item.
:quantity :: :integer
The quantity of the line item.
Link to this section Summary
Link to this section Types
@type params() :: map()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()