Added sales-serve billing scheme (#18697)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8ac9a3a5b6
Коммит
c75058d4bc
@@ -20,8 +20,9 @@ var MockCWS string
|
|||||||
type BillingScheme string
|
type BillingScheme string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
BillingSchemePerSeat = BillingScheme("per_seat")
|
BillingSchemePerSeat = BillingScheme("per_seat")
|
||||||
BillingSchemeFlatFee = BillingScheme("flat_fee")
|
BillingSchemeFlatFee = BillingScheme("flat_fee")
|
||||||
|
BillingSchemeSalesServe = BillingScheme("sales_serve")
|
||||||
)
|
)
|
||||||
|
|
||||||
type RecurringInterval string
|
type RecurringInterval string
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user