We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dec13a commit 6d4cb14Copy full SHA for 6d4cb14
src/Sportradar.Mbs.Sdk/Entities/Common/BetValidation.cs
@@ -24,4 +24,10 @@ public class BetValidation
24
/// </summary>
25
[JsonPropertyName("message")]
26
public string? Message { get; set; }
27
+
28
+ /// <summary>
29
+ /// Gets or sets the rejected flag.
30
+ /// </summary>
31
+ [JsonPropertyName("rejected")]
32
+ public bool? Rejected { get; set; }
33
}
src/Sportradar.Mbs.Sdk/Entities/Common/CashoutInformValidation.cs
@@ -18,4 +18,10 @@ public class CashoutInformValidation
18
19
20
21
22
23
0 commit comments