Uses of Class
com.sportradar.mbs.sdk.entities.response.CashoutResponse.Builder
Packages that use CashoutResponse.Builder
-
Uses of CashoutResponse.Builder in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return CashoutResponse.BuilderModifier and TypeMethodDescriptionstatic CashoutResponse.BuilderCashoutResponse.newBuilder()Returns a new instance of the CashoutResponse.Builder class.static CashoutResponse.BuilderContentResponse.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.