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