Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 676 Bytes

PricePlan.md

File metadata and controls

32 lines (18 loc) · 676 Bytes

PricePlan

Price plan entity

Properties

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>

Enum: StatusEnum

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

Implemented Interfaces

  • Serializable