SubscriptionInfo
Subscription details for workspace detail view.
plan_namePlan Name (string)
Default value:
freestatusStatus (string)
Default value:
nonebilling_period object
anyOf
- string
- null
string
current_period_end object
anyOf
- string
- null
string
last_payment_amount object
anyOf
- number
- null
number
last_payment_date object
anyOf
- string
- null
string
SubscriptionInfo
{
"plan_name": "free",
"status": "none",
"billing_period": "string",
"current_period_end": "string",
"last_payment_amount": 0,
"last_payment_date": "string"
}