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