mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
org tax information
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Bit.Core.Models.Api
|
||||
[EncryptedString]
|
||||
[StringLength(1000)]
|
||||
public string CollectionName { get; set; }
|
||||
public string Country { get; set; }
|
||||
|
||||
public virtual OrganizationSignup ToOrganizationSignup(User user)
|
||||
{
|
||||
@@ -43,6 +44,7 @@ namespace Bit.Core.Models.Api
|
||||
AdditionalStorageGb = AdditionalStorageGb.GetValueOrDefault(0),
|
||||
BillingEmail = BillingEmail,
|
||||
BusinessName = BusinessName,
|
||||
BusinessCountry = Country,
|
||||
CollectionName = CollectionName
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user