Class ExtSettlementAckRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.ExtSettlementAckRequest
Represents a request to acknowledge an external settlement.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of ExtSettlementAckRequest. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value indicating whether the settlement has been acknowledged.Gets the settlement ID.Gets the settlement signature.Gets the ticket ID.Creates a new instance of the ExtSettlementAckRequest.Builder class.void
setAcknowledged
(boolean value) Sets the value indicating whether the settlement has been acknowledged.void
setSettlementId
(String value) Sets the settlement ID.void
setSettlementSignature
(String value) Sets the settlement 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
-
ExtSettlementAckRequest
public ExtSettlementAckRequest()
-
-
Method Details
-
newBuilder
Creates a new instance of the ExtSettlementAckRequest.Builder class.- Returns:
- A new instance of the ExtSettlementAckRequest.Builder class.
-
getAcknowledged
public boolean getAcknowledged()Gets the value indicating whether the settlement has been acknowledged.- Returns:
- True if the settlement has been acknowledged, otherwise false.
-
setAcknowledged
public void setAcknowledged(boolean value) Sets the value indicating whether the settlement has been acknowledged.- Parameters:
value
- True if the settlement has been acknowledged, otherwise false.
-
getSettlementSignature
Gets the settlement signature.- Returns:
- The settlement signature.
-
setSettlementSignature
Sets the settlement signature.- Parameters:
value
- The settlement signature.
-
getSettlementId
Gets the settlement ID.- Returns:
- The settlement ID.
-
setSettlementId
Sets the settlement ID.- Parameters:
value
- The settlement ID.
-
getTicketId
Gets the ticket ID.- Returns:
- The ticket ID.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.
-