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) • 366 B
YAML
saasName: Variables is a boolean
version: '1.1'
createdAt: '2024-08-31'
currency: EUR
hasAnnualPayment: false
features:
foo:
type: DOMAIN
valueType: TEXT
defaultValue: baz
plans:
BASIC:
description: Basic plan
monthlyPrice: 0.0
annualPrice: 0.0
price: 0.0
unit: user/month
features: null
usageLimits: null
variables: true