1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 13:13:24 +00:00
Files
server/src/Billing/BillingSettings.cs
2017-04-26 14:29:25 -04:00

8 lines
135 B
C#

namespace Bit.Billing
{
public class BillingSettings
{
public virtual string StripeWebhookKey { get; set; }
}
}