View Source ExOAPI.Stripe.Schemas.SubscriptionScheduleConfigurationItem (exoapi_stripe v0.1.4)
description: A phase item describes the price and quantity of a phase.
:billing_thresholds :: ExOAPI.Stripe.Schemas.SubscriptionItemBillingThresholds
Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period
:price :: ExOAPI.Stripe.Schemas.DeletedPrice | ExOAPI.Stripe.Schemas.Price | :string
ID of the price to which the customer should be subscribed.
:quantity :: :integer
Quantity of the plan to which the customer should be subscribed.
::tax_rates :: ExOAPI.Stripe.Schemas.TaxRate
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SubscriptionScheduleConfigurationItem{ billing_thresholds: ExOAPI.EctoTypes.AnyOf.t() | nil, price: ExOAPI.EctoTypes.AnyOf.t() | nil, quantity: integer() | nil, tax_rates: [ExOAPI.Stripe.Schemas.TaxRate.t()] }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()