Class TicketExtSettlementDetails.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.settlement.TicketExtSettlementDetails.Builder
- Enclosing class:
TicketExtSettlementDetails
Builder class for creating instances of TicketExtSettlementDetails.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the TicketExtSettlementDetails instance.Sets the payout details for the ticket.setTicketId
(String value) Sets the ticket ID.setTicketSignature
(String value) Sets the ticket signature.
-
Method Details
-
build
Builds and returns the TicketExtSettlementDetails instance.- Returns:
- The TicketExtSettlementDetails instance.
-
setPayout
Sets the payout details for the ticket.- Parameters:
value
- An array of Payout objects representing 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.
-