Class BetExtSettlementDetails.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.settlement.BetExtSettlementDetails.Builder
- Enclosing class:
BetExtSettlementDetails
Builder class for creating instances of BetExtSettlementDetails.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the BetExtSettlementDetails instance.Sets the bet ID.Sets the payout details.setTicketId
(String value) Sets the ticket ID.setTicketSignature
(String value) Sets the ticket signature.
-
Method Details
-
build
Builds the BetExtSettlementDetails instance.- Returns:
- The built BetExtSettlementDetails instance.
-
setBetId
Sets the bet ID.- Parameters:
value
- The bet ID.- Returns:
- The Builder instance.
-
setPayout
Sets the payout details.- Parameters:
value
- The payout details.- Returns:
- The Builder instance.
-
setTicketSignature
Sets the ticket signature.- Parameters:
value
- The ticket signature.- Returns:
- The Builder instance.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.- Returns:
- The Builder instance.
-