mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
extend payment request to collect tax info
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { PaymentMethodType } from '../../enums/paymentMethodType';
|
||||
import { OrganizationTaxInfoUpdateRequest } from '../request/organizationTaxInfoUpdateRequest';
|
||||
|
||||
export class PaymentRequest {
|
||||
export class PaymentRequest extends OrganizationTaxInfoUpdateRequest {
|
||||
paymentMethodType: PaymentMethodType;
|
||||
paymentToken: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user