Class BetExtSettlementDetails

java.lang.Object
com.sportradar.mbs.sdk.entities.settlement.ExtSettlementDetails
com.sportradar.mbs.sdk.entities.settlement.BetExtSettlementDetails

public class BetExtSettlementDetails extends ExtSettlementDetails
Represents external settlement details for a bet.
  • Constructor Details

    • BetExtSettlementDetails

      public BetExtSettlementDetails()
  • Method Details

    • newBuilder

      public static BetExtSettlementDetails.Builder newBuilder()
      Creates a new instance of the BetExtSettlementDetails.Builder class.
      Returns:
      A new instance of the BetExtSettlementDetails.Builder class.
    • getBetId

      public String getBetId()
      Gets the bet ID.
      Returns:
      The bet ID.
    • setBetId

      public void setBetId(String value)
      Sets the bet ID.
      Parameters:
      value - The bet ID.
    • getPayout

      public Payout[] getPayout()
      Gets the payout details.
      Returns:
      The payout details.
    • setPayout

      public void setPayout(Payout[] value)
      Sets the payout details.
      Parameters:
      value - The payout details.
    • getTicketSignature

      public String getTicketSignature()
      Gets the ticket signature.
      Returns:
      The ticket signature.
    • setTicketSignature

      public void setTicketSignature(String value)
      Sets the ticket signature.
      Parameters:
      value - The ticket signature.
    • getTicketId

      public String getTicketId()
      Gets the ticket ID.
      Returns:
      The ticket ID.
    • setTicketId

      public void setTicketId(String value)
      Sets the ticket ID.
      Parameters:
      value - The ticket ID.