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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user