Skip to content

Commit

Permalink
Fixed BinanceSubAccountTransferSubAccount model deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 5, 2024
1 parent 7bb4f1b commit 4a53194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public record BinanceSubAccountTransferSubAccount
/// <summary>
/// Transaction id
/// </summary>
[JsonPropertyName("tranId")]
[JsonPropertyName("tranId"), JsonConverter(typeof(NumberStringConverter))]
public string TransactionId { get; set; } = string.Empty;
/// <summary>
/// Quantity
Expand Down

0 comments on commit 4a53194

Please sign in to comment.