UNPKG

pricing4ts

Version:

![NPM Version](https://img.shields.io/npm/v/pricing4ts) 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

35 lines (34 loc) 583 B
saasName: addon offers the same as plan 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 plans: BASIC: price: 30 features: feature1: value: true feature2: value: true addOns: addOnA: price: 30 availableFor: - BASIC features: feature1: value: true feature2: value: true