Uses of Class
com.sportradar.mbs.sdk.entities.request.CashoutAckRequest
Packages that use CashoutAckRequest
-
Uses of CashoutAckRequest in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return CashoutAckRequestModifier and TypeMethodDescriptionCashoutAckRequest.Builder.build()
Builds the CashoutAckRequest instance. -
Uses of CashoutAckRequest in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol with parameters of type CashoutAckRequestModifier 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.