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
44 lines (43 loc) • 764 B
YAML
saasName: Pricing Without plans
version: '2.0'
createdAt: 2024-11-11
hasAnnualPayment: false
currency: EUR
features:
addOnF1:
description: ''
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
addOnF2:
description: ''
valueType: NUMERIC
defaultValue: 1
type: DOMAIN
addOnF3:
description: ''
valueType: TEXT
defaultValue: Random string
type: DOMAIN
addOns:
addOn1:
availableFor: []
price: 50.00
unit: /month
features:
addOnF1:
value: true
addOn2:
availableFor: []
price: 5.00
unit: /month
features:
addOnF2:
value: 500
addOnF3:
availableFor: []
price: 100.00
unit: /month
features:
addOnF3:
value: Overridden text