File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/Sportradar.Mbs.Sdk/Protocol Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -111,4 +111,12 @@ public interface ITicketProtocol
111111 /// <returns>A task that represents the asynchronous operation. The task result contains the max stake response.</returns>
112112 /// <exception cref="SdkException">Thrown when operation has failed.</exception>
113113 Task < MaxStakeResponse > SendMaxStakeAsync ( MaxStakeRequest request ) ;
114+
115+ /// <summary>
116+ /// Sends a payout modifier settlement request asynchronously.
117+ /// </summary>
118+ /// <param name="request">The payout modifier settlement request to send.</param>
119+ /// <returns>A task that represents the asynchronous operation. The task result contains the payout modifier settlement response.</returns>
120+ /// <exception cref="SdkException">Thrown when operation has failed.</exception>
121+ Task < PayoutModifierSettlementResponse > SendPayoutModifierSettlementAsync ( PayoutModifierSettlementRequest request ) ;
114122}
You can’t perform that action at this time.
0 commit comments