Uses of Class
com.sportradar.mbs.sdk.entities.request.CashoutRequest
-
Uses of CashoutRequest in com.sportradar.mbs.sdk.entities.request
Modifier and TypeMethodDescriptionCashoutRequest.Builder.build()
Builds the CashoutRequest instance. -
Uses of CashoutRequest in com.sportradar.mbs.sdk.protocol
Modifier and TypeMethodDescriptiondefault CashoutResponse
TicketProtocol.sendCashout
(CashoutRequest request) Sends a cashout request synchronously and returns the corresponding response.TicketProtocol.sendCashoutAsync
(CashoutRequest request) Sends a cashout request asynchronously and returns a CompletableFuture representing the response.