mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
extend payment request to collect tax info
This commit is contained in:
parent
7fd52c62f3
commit
01fd705081
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user