Types > SubscriptionPlanPriceType
Commerce APITypesSubscriptionPlanPriceType
SubscriptionPlanPriceType

Values

ValueDescription
fixed_offSubtract fixed amount off of product variant's price
percentage_offSubtract percentage off of product variant's price
priceOverride the price of the product variant

Used By

Types

SubscriptionPlan, SubscriptionPlanCreate

Preview (typescript)

type SubscriptionPlanPriceType =
| "fixed_off"
| "percentage_off"
| "price"