Don't email licensed/internal customers about Cloud Renewals (#26268)
Этот коммит содержится в:
@@ -30,6 +30,13 @@ const (
|
||||
BillingSchemeSalesServe = BillingScheme("sales_serve")
|
||||
)
|
||||
|
||||
type BillingType string
|
||||
|
||||
const (
|
||||
BillingTypeLicensed = BillingType("licensed")
|
||||
BillingTypeInternal = BillingType("internal")
|
||||
)
|
||||
|
||||
type RecurringInterval string
|
||||
|
||||
const (
|
||||
|
||||
Ссылка в новой задаче
Block a user