mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Add tax information to provider setup component when FF is on. (#8616)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { TaxInfoUpdateRequest } from "./tax-info-update.request";
|
||||
|
||||
export class OrganizationTaxInfoUpdateRequest extends TaxInfoUpdateRequest {
|
||||
export class ExpandedTaxInfoUpdateRequest extends TaxInfoUpdateRequest {
|
||||
taxId: string;
|
||||
line1: string;
|
||||
line2: string;
|
||||
@@ -1,8 +1,8 @@
|
||||
import { PaymentMethodType } from "../../enums";
|
||||
|
||||
import { OrganizationTaxInfoUpdateRequest } from "./organization-tax-info-update.request";
|
||||
import { ExpandedTaxInfoUpdateRequest } from "./expanded-tax-info-update.request";
|
||||
|
||||
export class PaymentRequest extends OrganizationTaxInfoUpdateRequest {
|
||||
export class PaymentRequest extends ExpandedTaxInfoUpdateRequest {
|
||||
paymentMethodType: PaymentMethodType;
|
||||
paymentToken: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user