Stripe.Resources.Checkout.Session.OptionalItems (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Checkout.Session.OptionalItems{
  adjustable_quantity:
    Stripe.Resources.Checkout.Session.OptionalItems.AdjustableQuantity.t() | nil,
  price: String.t() | nil,
  quantity: integer() | nil
}
  • adjustable_quantity - Nullable.
  • price - Max length: 5000.
  • quantity