Stripe.Params.SubscriptionScheduleUpdateParams.Phases.Duration (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.SubscriptionScheduleUpdateParams.Phases.Duration{
  interval: String.t() | nil,
  interval_count: integer() | nil
}
  • interval - Specifies phase duration. Either day, week, month or year. Possible values: day, month, week, year.
  • interval_count - The multiplier applied to the interval.