package response import "srm/model/purchase" type PurchaseResponse struct { Purchase purchase.Purchase `json:"purchase"` ProductList []*purchase.PurchaseProducts `json:"productList"` }