diff --git a/Clockify.Net/Models/Clients/ClientDto.cs b/Clockify.Net/Models/Clients/ClientDto.cs index b068075..8d214fe 100644 --- a/Clockify.Net/Models/Clients/ClientDto.cs +++ b/Clockify.Net/Models/Clients/ClientDto.cs @@ -5,5 +5,11 @@ public class ClientDto public string? Id { get; set; } public string? Name { get; set; } public string? WorkspaceId { get; set; } + public string? Email { get; set; } + public string? Address { get; set; } + public string? CurrencyCode { get; set; } + public string? CurrencyId { get; set; } + public string? Note { get; set; } + public bool Archived { get; set; } } } \ No newline at end of file