pricing
This commit is contained in:
parent
268c4b8e1e
commit
ecbdd1ea74
1 changed files with 4 additions and 4 deletions
|
|
@ -217,8 +217,8 @@ BUILTIN_PLANS: Dict[str, SubscriptionPlan] = {
|
|||
"de": "Nutzungsbasierte Abrechnung pro aktivem User und Feature-Instanz, monatlich. Inkl. 10 CHF AI-Budget.",
|
||||
},
|
||||
billingPeriod=BillingPeriodEnum.MONTHLY,
|
||||
pricePerUserCHF=19.0,
|
||||
pricePerFeatureInstanceCHF=29.0,
|
||||
pricePerUserCHF=79.0,
|
||||
pricePerFeatureInstanceCHF=119.0,
|
||||
maxDataVolumeMB=1024,
|
||||
budgetAiCHF=10.0,
|
||||
),
|
||||
|
|
@ -231,8 +231,8 @@ BUILTIN_PLANS: Dict[str, SubscriptionPlan] = {
|
|||
"de": "Nutzungsbasierte Abrechnung pro aktivem User und Feature-Instanz, jährlich. Inkl. 120 CHF AI-Budget.",
|
||||
},
|
||||
billingPeriod=BillingPeriodEnum.YEARLY,
|
||||
pricePerUserCHF=228.0,
|
||||
pricePerFeatureInstanceCHF=348.0,
|
||||
pricePerUserCHF=948.0,
|
||||
pricePerFeatureInstanceCHF=1428.0,
|
||||
maxDataVolumeMB=1024,
|
||||
budgetAiCHF=120.0,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue