1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
bitwarden-browser/src/enums/paymentMethodType.ts

7 lines
102 B
TypeScript
Raw Normal View History

2018-06-29 17:29:24 +02:00
export enum PaymentMethodType {
Card = 0,
BankAccount = 1,
PayPal = 2,
Bitcoin = 3,
}