Stripe.Resources.Invoice.ThresholdReason (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.