mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06: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";
|
|
}
|