mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
payment method types
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { PaymentMethodType } from '../../enums/paymentMethodType';
|
||||
|
||||
export class PaymentRequest {
|
||||
paymentMethodType: PaymentMethodType;
|
||||
paymentToken: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user