Uses of Class
com.sportradar.mbs.sdk.entities.response.CashoutAckResponse
Packages that use CashoutAckResponse
-
Uses of CashoutAckResponse in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return CashoutAckResponseModifier and TypeMethodDescriptionCashoutAckResponse.Builder.build()
Builds and returns the CashoutAckResponse instance. -
Uses of CashoutAckResponse in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol that return CashoutAckResponseModifier and TypeMethodDescriptiondefault CashoutAckResponse
TicketProtocol.sendCashoutAck
(CashoutAckRequest request) Sends a cashout acknowledgment request synchronously and returns the corresponding response.Methods in com.sportradar.mbs.sdk.protocol that return types with arguments of type CashoutAckResponseModifier and TypeMethodDescriptionTicketProtocol.sendCashoutAckAsync
(CashoutAckRequest request) Sends a cashout acknowledgment request asynchronously and returns a CompletableFuture representing the response.