mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
API updates for tax info collection
This commit is contained in:
@@ -12,5 +12,6 @@ namespace Bit.Core.Models.Business
|
||||
public string CollectionName { get; set; }
|
||||
public PaymentMethodType? PaymentMethodType { get; set; }
|
||||
public string PaymentToken { get; set; }
|
||||
public TaxInfo TaxInfo { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user