diff --git a/subscription.go b/subscription.go index b46203a..aef55fd 100644 --- a/subscription.go +++ b/subscription.go @@ -104,6 +104,8 @@ type Subscription struct { NextPlanCode string `json:"next_plan_code"` DowngradePlanDate string `json:"downgrade_plan_date"` + Plan *Plan `json:"plan,omitempty"` + CreatedAt *time.Time `json:"created_at"` StartedAt *time.Time `json:"started_at"` CanceledAt *time.Time `json:"canceled_at"`