Types > SubscriptionPlanInterval
Storefront APITypesSubscriptionPlanInterval
SubscriptionPlanInterval

Values

ValueDescription
annually
daily
monthly
weekly

Used By

Types

SubscriptionPlan

Preview (typescript)

type SubscriptionPlanInterval =
| "annually"
| "daily"
| "monthly"
| "weekly"