Add DelinquentSince to Subscription fields (#20655)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Nick Misasi
2022-08-16 11:11:48 -04:00
коммит произвёл GitHub
родитель 5ea2ca8a3a
Коммит 09eedaf10f

Просмотреть файл

@@ -154,6 +154,7 @@ type Subscription struct {
LastInvoice *Invoice `json:"last_invoice"` LastInvoice *Invoice `json:"last_invoice"`
IsFreeTrial string `json:"is_free_trial"` IsFreeTrial string `json:"is_free_trial"`
TrialEndAt int64 `json:"trial_end_at"` TrialEndAt int64 `json:"trial_end_at"`
DelinquentSince *int64 `json:"delinquent_since"`
} }
// GetWorkSpaceNameFromDNS returns the work space name. For example from test.mattermost.cloud.com, it returns test // GetWorkSpaceNameFromDNS returns the work space name. For example from test.mattermost.cloud.com, it returns test