PlanData interface
Billing plan information.
Properties
billing |
different billing cycles like MONTHLY/WEEKLY. this could be enum |
effective |
date when plan was applied |
plan |
plan id as published by Dynatrace |
usage |
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