1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00

Merge pull request #116 from bitwarden/feature/tax-info-update

Feature/tax info update
This commit is contained in:
Chad Scharf 2020-06-18 11:27:12 -04:00 committed by GitHub
commit 635a6fd0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}