mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Support tax collection info
This commit is contained in:
9
src/models/request/organizationTaxInfoUpdateRequest.ts
Normal file
9
src/models/request/organizationTaxInfoUpdateRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TaxInfoUpdateRequest } from './taxInfoUpdateRequest';
|
||||
|
||||
export class OrganizationTaxInfoUpdateRequest extends TaxInfoUpdateRequest {
|
||||
taxId: string;
|
||||
line1: string;
|
||||
line2: string;
|
||||
city: string;
|
||||
state: string;
|
||||
}
|
||||
Reference in New Issue
Block a user