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

33 lines 634 B
saasName: Plan No Price version: null createdAt: 2024-01-15 currency: EUR hasAnnualPayment: false features: feature1: description: Feature 1 description valueType: BOOLEAN defaultValue: true type: DOMAIN feature2: description: Feature 2 description valueType: BOOLEAN defaultValue: false type: DOMAIN usageLimits: null plans: BASIC: description: Basic plan price: 0.0 unit: user/month features: null usageLimits: null PRO: description: Advanced plan price: 5.0 unit: user/month features: feature2: value: true usageLimits: null addOns: null