mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Merge pull request #116 from bitwarden/feature/tax-info-update
Feature/tax info update
This commit is contained in:
commit
635a6fd0d8
@ -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