mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Add tax information to provider setup component when FF is on. (#8616)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { ExpandedTaxInfoUpdateRequest } from "../../../../billing/models/request/expanded-tax-info-update.request";
|
||||
|
||||
export class ProviderSetupRequest {
|
||||
name: string;
|
||||
businessName: string;
|
||||
billingEmail: string;
|
||||
token: string;
|
||||
key: string;
|
||||
taxInfo: ExpandedTaxInfoUpdateRequest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user