NextBillingModel interface
Details of the next billing model for the cluster.
Properties
| billing |
Type of billing model. |
| capabilities |
Capabilities enabled under this billing model. |
| trial |
Number of days remaining in the trial period. |
Property Details
billingModel
Type of billing model.
billingModel?: string
Property Value
string
capabilitiesEnabled
Capabilities enabled under this billing model.
capabilitiesEnabled?: string[]
Property Value
string[]
trialDaysRemaining
Number of days remaining in the trial period.
trialDaysRemaining?: number
Property Value
number