Class BetCashoutDetails

java.lang.Object
com.sportradar.mbs.sdk.entities.cashout.CashoutDetails
com.sportradar.mbs.sdk.entities.cashout.BetCashoutDetails

public class BetCashoutDetails extends CashoutDetails
Represents the details of a cashout for a specific bet.
  • Constructor Details

    • BetCashoutDetails

      public BetCashoutDetails()
  • Method Details

    • newBuilder

      public static BetCashoutDetails.Builder newBuilder()
      Creates a new instance of BetCashoutDetails.Builder.
      Returns:
      A new instance of BetCashoutDetails.Builder.
    • getCode

      public int getCode()
      Returns the code associated with the partial cashout.
      Returns:
      the code associated with the partial cashout
    • setCode

      public void setCode(int value)
      Sets the code associated with the cashout details.
      Parameters:
      value - the code to set
    • getBetId

      public String getBetId()
      Returns the bet ID associated with the cashout details.
      Returns:
      the bet ID associated with the cashout details
    • setBetId

      public void setBetId(String value)
      Sets the bet ID associated with the cashout details.
      Parameters:
      value - the bet ID to set
    • getPayout

      public Payout[] getPayout()
      Returns the payout details associated with the cashout details.
      Returns:
      the payout details associated with the cashout details
    • setPayout

      public void setPayout(Payout[] value)
      Sets the payout details associated with the cashout details.
      Parameters:
      value - the payout details to set
    • getTicketSignature

      public String getTicketSignature()
      Returns the ticket signature associated with the cashout details.
      Returns:
      the ticket signature associated with the cashout details
    • setTicketSignature

      public void setTicketSignature(String value)
      Sets the ticket signature associated with the cashout details.
      Parameters:
      value - the ticket signature to set
    • getTicketId

      public String getTicketId()
      Returns the ticket ID associated with the cashout details.
      Returns:
      the ticket ID associated with the cashout details
    • setTicketId

      public void setTicketId(String value)
      Sets the ticket ID associated with the cashout details.
      Parameters:
      value - the ticket ID to set