Uses of Class
com.sportradar.mbs.sdk.entities.request.CashoutAckRequest
-
Uses of CashoutAckRequest in com.sportradar.mbs.sdk.entities.request
Modifier and TypeMethodDescriptionCashoutAckRequest.Builder.build()
Builds the CashoutAckRequest instance. -
Uses of CashoutAckRequest in com.sportradar.mbs.sdk.protocol
Modifier and TypeMethodDescriptiondefault CashoutAckResponse
TicketProtocol.sendCashoutAck
(CashoutAckRequest request) Sends a cashout acknowledgment request synchronously and returns the corresponding response.TicketProtocol.sendCashoutAckAsync
(CashoutAckRequest request) Sends a cashout acknowledgment request asynchronously and returns a CompletableFuture representing the response.