Uses of Class
com.sportradar.mbs.sdk.entities.response.CashoutAckResponse
-
Uses of CashoutAckResponse in com.sportradar.mbs.sdk.entities.response
Modifier and TypeMethodDescriptionCashoutAckResponse.Builder.build()
Builds and returns the CashoutAckResponse instance. -
Uses of CashoutAckResponse 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.Modifier and TypeMethodDescriptionTicketProtocol.sendCashoutAckAsync
(CashoutAckRequest request) Sends a cashout acknowledgment request asynchronously and returns a CompletableFuture representing the response.