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
42 lines (41 loc) • 703 B
YAML
saasName: two addons offer same extensions
version: '2.0'
createdAt: 2024-11-19
currency: EUR
hasAnnualPayment: false
features:
feature1:
description: ''
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
usageLimits:
usageLimit1:
unit: ''
valueType: NUMERIC
defaultValue: 10
type: NON_RENEWABLE
linkedFeatures:
- feature1
plans:
plan1:
price: 10.00
features: null
usageLimits: null
addOns:
addOn1:
price: 24.99
unit: ''
availableFor:
- plan1
usageLimits:
usageLimits:
value: 20
addOn2:
price: 24.99
unit: ''
availableFor:
- plan1
usageLimits:
usageLimits:
value: 20