1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 00:03:54 +00:00

[AC-2488] Add billing endpoint to determine SM standalone for organization (#4014)

* Add billing endpoint to determine SM standalone for org.

* Add missing attribute
This commit is contained in:
Alex Morask
2024-04-24 16:29:04 -04:00
committed by GitHub
parent d3c964887f
commit b12e881ece
9 changed files with 268 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ public static class StripeConstants
public const string SendInvoice = "send_invoice";
}
public static class CouponIDs
{
public const string SecretsManagerStandalone = "sm-standalone";
}
public static class ProrationBehavior
{
public const string AlwaysInvoice = "always_invoice";