client methods for account info endpoints
This commit is contained in:
@@ -7,7 +7,7 @@ public class AccountRequest : Account
|
||||
#region PROPERTIES
|
||||
|
||||
[JsonPropertyName("gender_id")]
|
||||
public short GenderId { get; set; }
|
||||
public short? GenderId { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user