Price plan entity
Name | Type | Description | Notes |
---|---|---|---|
id | String | Price plan id | |
name | String | Name of the price plan | |
description | String | Description of price plan | [optional] |
status | StatusEnum | Status of Price plan | |
pricingSchedule | List<PricingSchedule> |
Name | Value |
---|---|
DRAFT | "DRAFT" |
ACTIVE | "ACTIVE" |
ARCHIVED | "ARCHIVED" |
- Serializable