mirror of
https://github.com/bitwarden/browser
synced 2025-01-15 11:58:21 +01:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
export enum PaymentMethodType {
|
|
Card = 0,
|
|
BankAccount = 1,
|
|
PayPal = 2,
|
|
BitPay = 3,
|
|
Credit = 4,
|
|
WireTransfer = 5,
|
|
}
|