Class TicketExtSettlementDetails
java.lang.Object
com.sportradar.mbs.sdk.entities.settlement.ExtSettlementDetails
com.sportradar.mbs.sdk.entities.settlement.TicketExtSettlementDetails
Represents the external settlement details for a ticket.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of TicketExtSettlementDetails. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionPayout[]Gets the payout details for the ticket.Gets the ticket ID.Gets the ticket signature.Creates a new instance of TicketExtSettlementDetails.Builder.voidSets the payout details for the ticket.voidsetTicketId(String value) Sets the ticket ID.voidsetTicketSignature(String value) Sets the ticket signature.Methods inherited from class com.sportradar.mbs.sdk.entities.settlement.ExtSettlementDetails
newBetExtSettlementDetailsBuilder, newTicketExtSettlementDetailsBuilder 
- 
Constructor Details
- 
TicketExtSettlementDetails
public TicketExtSettlementDetails() 
 - 
 - 
Method Details
- 
newBuilder
Creates a new instance of TicketExtSettlementDetails.Builder.- Returns:
 - A new instance of TicketExtSettlementDetails.Builder.
 
 - 
getPayout
Gets the payout details for the ticket.- Returns:
 - An array of Payout objects representing the payout details.
 
 - 
setPayout
Sets the payout details for the ticket.- Parameters:
 value- An array of Payout objects representing the payout details.
 - 
getTicketSignature
Gets the ticket signature.- Returns:
 - The ticket signature.
 
 - 
setTicketSignature
Sets the ticket signature.- Parameters:
 value- The ticket signature.
 - 
getTicketId
Gets the ticket ID.- Returns:
 - The ticket ID.
 
 - 
setTicketId
Sets the ticket ID.- Parameters:
 value- The ticket ID.
 
 -