mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
8 lines
177 B
C#
8 lines
177 B
C#
namespace Bit.Billing.Constants;
|
|
|
|
public static class BitPayInvoiceStatus
|
|
{
|
|
public const string Confirmed = "confirmed";
|
|
public const string Complete = "complete";
|
|
}
|