Various C# continuations

This commit is contained in:
Rory&
2026-06-30 18:35:29 +02:00
parent 472d1159b1
commit 1dd3825ea0
9 changed files with 237 additions and 19 deletions
@@ -22,7 +22,7 @@ public class RegisterRequest {
public string? Invite { get; set; }
[JsonPropertyName("date_of_birth")]
public DateTimeOffset? DateOfBirth { get; set; }
public DateOnly? DateOfBirth { get; set; }
[JsonPropertyName("gift_code_sku_id")]
public string? GiftCodeSkuId { get; set; }