package subscribeplandm // refactored type SubscribePlan struct { ID string `json:"id"` Code string `json:"code"` Name string `json:"name"` }