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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user