The plan model
Plan is a simple model that sets the price of a given subscription. A subscription can have several plans, which are common in business models with “add on” features.Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | Unique identifier |
name | string | No | A name of a plan |
price | Price | Yes | Subscription price |