Class ExtSettlementAckRequest.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ExtSettlementAckRequest.Builder
- Enclosing class:
ExtSettlementAckRequest
Builder class for creating instances of ExtSettlementAckRequest.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the ExtSettlementAckRequest instance.setAcknowledged
(boolean value) Sets the value indicating whether the settlement has been acknowledged.setSettlementId
(String value) Sets the settlement ID.setSettlementSignature
(String value) Sets the settlement signature.setTicketId
(String value) Sets the ticket ID.
-
Method Details
-
build
Builds the ExtSettlementAckRequest instance.- Returns:
- The ExtSettlementAckRequest instance.
-
setAcknowledged
Sets the value indicating whether the settlement has been acknowledged.- Parameters:
value
- True if the settlement has been acknowledged, otherwise false.- Returns:
- The Builder instance.
-
setSettlementSignature
Sets the settlement signature.- Parameters:
value
- The settlement signature.- Returns:
- The Builder instance.
-
setSettlementId
Sets the settlement ID.- Parameters:
value
- The settlement ID.- Returns:
- The Builder instance.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.- Returns:
- The Builder instance.
-