add recurringInterval
Этот коммит содержится в:
@@ -56,11 +56,12 @@ type Product struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UserFacingProduct struct {
|
type UserFacingProduct struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
SKU string `json:"sku"`
|
SKU string `json:"sku"`
|
||||||
PricePerSeat float64 `json:"price_per_seat"`
|
PricePerSeat float64 `json:"price_per_seat"`
|
||||||
CrossSellsTo string `json:"cross_sells_to"`
|
RecurringInterval RecurringInterval `json:"recurring_interval"`
|
||||||
|
CrossSellsTo string `json:"cross_sells_to"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddOn represents an addon to a product.
|
// AddOn represents an addon to a product.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user