Uses of Class
com.sportradar.mbs.sdk.entities.response.CashoutResponse
Packages that use CashoutResponse
-
Uses of CashoutResponse in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return CashoutResponseModifier and TypeMethodDescriptionCashoutResponse.Builder.build()
Builds and returns the CashoutResponse instance. -
Uses of CashoutResponse in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol that return CashoutResponseModifier and TypeMethodDescriptiondefault CashoutResponse
TicketProtocol.sendCashout
(CashoutRequest request) Sends a cashout request synchronously and returns the corresponding response.Methods in com.sportradar.mbs.sdk.protocol that return types with arguments of type CashoutResponseModifier and TypeMethodDescriptionTicketProtocol.sendCashoutAsync
(CashoutRequest request) Sends a cashout request asynchronously and returns a CompletableFuture representing the response.