Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay.Cart.LineItems
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay.Cart.LineItems{ amount: integer() | nil, description: String.t() | nil, quantity: integer() | nil }
amount- The amount of the line item. A positive integer in the smallest currency unit.description- Description of the line item. Max length: 5000.quantity- The quantity of the line item.