mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
add billing apis
This commit is contained in:
6
src/enums/paymentMethodType.ts
Normal file
6
src/enums/paymentMethodType.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum PaymentMethodType {
|
||||
Card = 0,
|
||||
BankAccount = 1,
|
||||
PayPal = 2,
|
||||
Bitcoin = 3,
|
||||
}
|
||||
Reference in New Issue
Block a user