Added sales-serve billing scheme (#18697)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8ac9a3a5b6
Коммит
c75058d4bc
@@ -22,6 +22,7 @@ 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