View Source ExOAPI.Stripe.Schemas.InvoiceThresholdReason (exoapi_stripe v0.1.4)
:amount_gte :: :integer
The total invoice amount threshold boundary if it triggered the threshold invoice.
::item_reasons :: ExOAPI.Stripe.Schemas.InvoiceItemThresholdReason
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.InvoiceThresholdReason{ amount_gte: integer() | nil, item_reasons: [ExOAPI.Stripe.Schemas.InvoiceItemThresholdReason.t()] }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()