Stripe.Params.SubscriptionScheduleCreateParams.Phases.Duration
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SubscriptionScheduleCreateParams.Phases.Duration{ interval: String.t() | nil, interval_count: integer() | nil }
interval- Specifies phase duration. Eitherday,week,monthoryear. Possible values:day,month,week,year.interval_count- The multiplier applied to the interval.