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
34 lines (33 loc) • 598 B
YAML
saasName: To purchase addOn A you have to purchase two plans
version: '2.0'
createdAt: 2024-11-19
currency: EUR
hasAnnualPayment: false
features:
feature1:
description: ''
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
feature2:
description: ''
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
addOns:
addOn1:
price: 30
unit: ''
availableFor: []
features:
feature1:
value: true
addOn2:
price: 10
unit: ''
availableFor: []
features:
feature1:
value: true
feature2:
value: true