mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
[AC-2804] Add client ID to provider client invoice report (#4458)
* Add client ID to provider client invoice report * Run dotnet format
This commit is contained in:
@ -14,6 +14,7 @@ public class ProviderInvoiceItem : ITableObject<Guid>
|
||||
public string InvoiceId { get; set; } = null!;
|
||||
[MaxLength(50)]
|
||||
public string? InvoiceNumber { get; set; }
|
||||
public Guid? ClientId { get; set; }
|
||||
[MaxLength(50)]
|
||||
public string ClientName { get; set; } = null!;
|
||||
[MaxLength(50)]
|
||||
|
Reference in New Issue
Block a user