mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
refactor for addtnl. payment service (braintree)
This commit is contained in:
10
src/Core/Enums/PaymentMethodType.cs
Normal file
10
src/Core/Enums/PaymentMethodType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum PaymentMethodType : byte
|
||||
{
|
||||
Card,
|
||||
BankAccount,
|
||||
PayPal,
|
||||
Bitcoin
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user