Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Invoice.ThresholdReason{ amount_gte: integer() | nil, item_reasons: [Stripe.Resources.Invoice.ThresholdReason.ItemReasons.t()] | nil }
amount_gte- The total invoice amount threshold boundary if it triggered the threshold invoice. Nullable.item_reasons- Indicates which line items triggered a threshold invoice.