PlanData interface

Billing plan information.

Properties

billingCycle

different billing cycles like MONTHLY/WEEKLY. this could be enum

effectiveDate

date when plan was applied

planDetails

plan id as published by Dynatrace

usageType

different usage type like PAYG/COMMITTED. this could be enum

Property Details

billingCycle

different billing cycles like MONTHLY/WEEKLY. this could be enum

billingCycle?: string

Property Value

string

effectiveDate

date when plan was applied

effectiveDate?: Date

Property Value

Date

planDetails

plan id as published by Dynatrace

planDetails?: string

Property Value

string

usageType

different usage type like PAYG/COMMITTED. this could be enum

usageType?: string

Property Value

string