Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 870 Bytes

PricePlanListData.md

File metadata and controls

35 lines (21 loc) · 870 Bytes

PricePlanListData

Data of price plan list

Properties

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

Enum: StatusEnum

Name Value
DRAFT "DRAFT"
ACTIVE "ACTIVE"
ARCHIVED "ARCHIVED"

Implemented Interfaces

  • Serializable