Data of price plan list
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of price plan | |
name | String | Name of the price plan | |
description | String | Description of price plan | [optional] |
status | StatusEnum | Status of Price plan | |
usageMeters | List<String> | Usage meters id linked to the price plan | |
pricePlanDetails | PricePlanDetails | ||
createdAt | OffsetDateTime | ||
updatedAt | OffsetDateTime |
Name | Value |
---|---|
DRAFT | "DRAFT" |
ACTIVE | "ACTIVE" |
ARCHIVED | "ARCHIVED" |
- Serializable