Stripe.Params.Terminal.ReaderSetReaderDisplayParams.Cart.LineItems (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Terminal.ReaderSetReaderDisplayParams.Cart.LineItems{
  amount: integer() | nil,
  description: String.t() | nil,
  quantity: integer() | nil
}
  • amount - The price of the item in the smallest currency unit.
  • description - The description or name of the item. Max length: 5000.
  • quantity - The quantity of the line item being purchased.