1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

Support tax collection info

This commit is contained in:
Chad Scharf
2020-06-12 19:29:52 -04:00
parent 2de8c5ed16
commit dea0233ee3
6 changed files with 72 additions and 0 deletions

View File

@@ -13,4 +13,11 @@ export class OrganizationCreateRequest {
additionalStorageGb: number;
premiumAccessAddon: boolean;
collectionName: string;
taxIdNumber: string;
billingAddressLine1: string;
billingAddressLine2: string;
billingAddressCity: string;
billingAddressState: string;
billingAddressPostalCode: string;
billingAddressCountry: string;
}