mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Merge pull request #116 from bitwarden/feature/tax-info-update
Feature/tax info update
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