From 25fd59a435f3ae0645d1e860300467b7704a1799 Mon Sep 17 00:00:00 2001 From: Nick Misasi Date: Wed, 7 Oct 2020 09:58:07 -0400 Subject: [PATCH] Add IsPaidTier to cloud Subscription type (#15857) --- model/cloud.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/cloud.go b/model/cloud.go index a44028ba23..e4f9bf04c9 100644 --- a/model/cloud.go +++ b/model/cloud.go @@ -77,4 +77,5 @@ type Subscription struct { CreateAt int64 `json:"create_at"` Seats int `json:"seats"` DNS string `json:"dns"` + IsPaidTier string `json:"is_paid_tier"` }