pricing4ts
Version:
 Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T
31 lines (30 loc) • 591 B
YAML
saasName: Offering less storage quota for higher price
version: "2.0"
createdAt: 2024-11-19
currency: EUR
hasAnnualPayment: false
features:
cloudStorage:
description: Store your files in the cloud
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
usageLimits:
storageQuota:
type: NON_RENEWABLE
valueType: NUMERIC
defaultValue: 10
unit: GB
linkedFeatures:
- cloudStorage
plans:
STANDARD:
price: 10.99
features: null
usageLimits: null
PRO:
price: 29.99
features: null
usageLimits:
storageQuota:
value: 5