Uses of Class
com.sportradar.mbs.sdk.entities.response.CashoutResponse.Builder
-
Uses of CashoutResponse.Builder in com.sportradar.mbs.sdk.entities.response
Modifier and TypeMethodDescriptionstatic CashoutResponse.Builder
CashoutResponse.newBuilder()
Returns a new instance of the CashoutResponse.Builder class.static CashoutResponse.Builder
ContentResponse.newCashoutResponseBuilder()
Creates a new instance of the CashoutResponse builder.CashoutResponse.Builder.setCashoutId
(String value) Sets the cashout ID of the cashout response.CashoutResponse.Builder.setCode
(int value) Sets the code of the cashout response.CashoutResponse.Builder.setMessage
(String value) Sets the message of the cashout response.CashoutResponse.Builder.setSignature
(String value) Sets the signature of the cashout response.CashoutResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status of the cashout response.CashoutResponse.Builder.setTicketId
(String value) Sets the ticket ID of the cashout response.