Этот коммит содержится в:
Emmy Ni
2022-10-14 14:58:14 -04:00
родитель a5f6e181ee
Коммит 00ce1a7ec7

Просмотреть файл

@@ -52,6 +52,7 @@ type Product struct {
Family SubscriptionFamily `json:"product_family"`
RecurringInterval RecurringInterval `json:"recurring_interval"`
BillingScheme BillingScheme `json:"billing_scheme"`
CrossSellsTo string `json:"cross_sells_to"`
}
type UserFacingProduct struct {