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
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the CashoutAckRequest class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the acknowledged status of the cashout.Gets the cashout ID.Gets the cashout signature.Gets the ticket ID.static CashoutAckRequest.Builder
Creates a new instance of the CashoutAckRequest.Builder class.void
setAcknowledged
(boolean value) Sets the acknowledged status of the cashout.void
setCashoutId
(String value) Sets the cashout ID.void
setCashoutSignature
(String value) Sets the cashout signature.void
setTicketId
(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.
-