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
21 lines (20 loc) • 332 B
YAML
saasName: Null expression
version: '1.0'
currency: EUR
hasAnnualPayment: false
day: 31
month: 8
year: 2024
features:
foo:
type: DOMAIN
valueType: TEXT
defaultValue: baz
plans:
BASIC:
description: Basic plan
monthlyPrice: 0.0
annualPrice: 0.0
unit: user/month
features: null
usageLimits: null