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
47 lines (46 loc) • 905 B
YAML
saasName: Test
syntaxVersion: '2.1'
version: "1.0"
createdAt: 2024-01-15
currency: EUR
features:
feature1:
description: Feature 1 description
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
feature2:
description: Feature 2 description
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
usageLimits:
feature2 Limit:
description: Limit for feature2
valueType: NUMERIC
type: RENEWABLE
unit: req/month
defaultValue: 10
plans:
BASIC:
description: Basic plan
price: 0.0
unit: user/month
features: null
usageLimits: null
PRO:
description: Advanced plan
price: 5.0
unit: user/month
features:
feature2:
value: true
usageLimits: null
addOns:
emptyAddon:
description: Empty Addon
price: 10.0
unit: user/month
features: null
usageLimits: null
usageLimitsExtension: null