Class CashoutAckRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.CashoutAckRequest
Represents a request to acknowledge a cashout.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of the CashoutAckRequest class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the acknowledged status of the cashout.Gets the cashout ID.Gets the cashout signature.Gets the ticket ID.static CashoutAckRequest.BuilderCreates a new instance of the CashoutAckRequest.Builder class.voidsetAcknowledged(boolean value) Sets the acknowledged status of the cashout.voidsetCashoutId(String value) Sets the cashout ID.voidsetCashoutSignature(String value) Sets the cashout signature.voidsetTicketId(String value) Sets the ticket ID.Methods inherited from class com.sportradar.mbs.sdk.entities.request.ContentRequest
newBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder
-
Constructor Details
-
CashoutAckRequest
public CashoutAckRequest()
-
-
Method Details
-
newBuilder
Creates a new instance of the CashoutAckRequest.Builder class.- Returns:
- A new instance of the CashoutAckRequest.Builder class.
-
getAcknowledged
public boolean getAcknowledged()Gets the acknowledged status of the cashout.- Returns:
- The acknowledged status of the cashout.
-
setAcknowledged
public void setAcknowledged(boolean value) Sets the acknowledged status of the cashout.- Parameters:
value- The acknowledged status of the cashout.
-
getCashoutId
Gets the cashout ID.- Returns:
- The cashout ID.
-
setCashoutId
Sets the cashout ID.- Parameters:
value- The cashout ID.
-
getCashoutSignature
Gets the cashout signature.- Returns:
- The cashout signature.
-
setCashoutSignature
Sets the cashout signature.- Parameters:
value- The cashout signature.
-
getTicketId
Gets the ticket ID.- Returns:
- The ticket ID.
-
setTicketId
Sets the ticket ID.- Parameters:
value- The ticket ID.
-