Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay.Cart
(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{ currency: String.t() | nil, line_items: [ Stripe.Resources.Terminal.Reader.Action.SetReaderDisplay.Cart.LineItems.t() ] | nil, tax: integer() | nil, total: integer() | nil }
currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.line_items- List of line items in the cart.tax- Tax amount for the entire cart. A positive integer in the smallest currency unit. Nullable.total- Total amount for the entire cart, including tax. A positive integer in the smallest currency unit.