mirror of
https://github.com/bitwarden/server.git
synced 2024-12-10 15:13:29 +01:00
8 lines
135 B
C#
8 lines
135 B
C#
|
namespace Bit.Billing
|
|||
|
{
|
|||
|
public class BillingSettings
|
|||
|
{
|
|||
|
public virtual string StripeWebhookKey { get; set; }
|
|||
|
}
|
|||
|
}
|