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
26 lines (25 loc) • 434 B
YAML
saasName: Test
version: '2.0'
currency: EUR
createdAt: '2024-08-31'
variables:
test:
nested: true
features:
foo:
type: DOMAIN
valueType: TEXT
defaultValue: baz
plans:
BASIC:
description: Basic plan
price: '#test.nested ? 5 : 0.0'
unit: user/month
features: null
usageLimits: null
PRO:
description: Pro plan
price: 15.99
unit: user/month
features: null
usageLimits: null