client methods for account info endpoints

This commit is contained in:
2024-10-27 20:22:55 +01:00
Unverified
parent ad822c648a
commit 89dc74f767
7 changed files with 72 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ public class AccountRequest : Account
#region PROPERTIES
[JsonPropertyName("gender_id")]
public short GenderId { get; set; }
public short? GenderId { get; set; }
#endregion