File tree 2 files changed +14
-2
lines changed
src/Sportradar.Mbs.Sdk/Entities/Ref
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,10 @@ public class AltStakeTicketRef : TicketRefBase
16
16
/// </summary>
17
17
[ JsonPropertyName ( "ticketId" ) ]
18
18
public string ? TicketId { get ; set ; }
19
- }
19
+
20
+ /// <summary>
21
+ /// Gets or sets the ticket signature.
22
+ /// </summary>
23
+ [ JsonPropertyName ( "ticketSignature" ) ]
24
+ public string ? TicketSignature { get ; set ; }
25
+ }
Original file line number Diff line number Diff line change @@ -16,4 +16,10 @@ public class ReofferTicketRef : TicketRefBase
16
16
/// </summary>
17
17
[ JsonPropertyName ( "ticketId" ) ]
18
18
public string ? TicketId { get ; set ; }
19
- }
19
+
20
+ /// <summary>
21
+ /// Gets or sets the ticket signature.
22
+ /// </summary>
23
+ [ JsonPropertyName ( "ticketSignature" ) ]
24
+ public string ? TicketSignature { get ; set ; }
25
+ }
You can’t perform that action at this time.
0 commit comments