Class CashoutAckRequest.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.request.CashoutAckRequest.Builder
- Enclosing class:
CashoutAckRequest
Builder class for creating instances of the CashoutAckRequest class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the CashoutAckRequest instance.setAcknowledged
(boolean value) Sets the acknowledged status of the cashout.setCashoutId
(String value) Sets the cashout ID.setCashoutSignature
(String value) Sets the cashout signature.setTicketId
(String value) Sets the ticket ID.
-
Method Details
-
build
Builds the CashoutAckRequest instance.- Returns:
- The built CashoutAckRequest instance.
-
setAcknowledged
Sets the acknowledged status of the cashout.- Parameters:
value
- The acknowledged status of the cashout.- Returns:
- The Builder instance.
-
setCashoutId
Sets the cashout ID.- Parameters:
value
- The cashout ID.- Returns:
- The Builder instance.
-
setCashoutSignature
Sets the cashout signature.- Parameters:
value
- The cashout signature.- Returns:
- The Builder instance.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.- Returns:
- The Builder instance.
-