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