From 58a35862793c4dbbb408a0809b8de1393a74a091 Mon Sep 17 00:00:00 2001 From: Emmy Ni Date: Tue, 18 Oct 2022 11:56:23 -0400 Subject: [PATCH] add to UserFacingProduct --- model/cloud.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/cloud.go b/model/cloud.go index 1c111d2630..ef5401a80a 100644 --- a/model/cloud.go +++ b/model/cloud.go @@ -60,6 +60,7 @@ type UserFacingProduct struct { Name string `json:"name"` SKU string `json:"sku"` PricePerSeat float64 `json:"price_per_seat"` + CrossSellsTo string `json:"cross_sells_to"` } // AddOn represents an addon to a product.