Class TicketPartialCashoutDetails

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

public class TicketPartialCashoutDetails extends CashoutDetails
Represents the details of a partial cashout for a ticket.
  • Constructor Details Link icon

    • TicketPartialCashoutDetails Link icon

      public TicketPartialCashoutDetails()
  • Method Details Link icon

    • newBuilder Link icon

      public static TicketPartialCashoutDetails.Builder newBuilder()
      Returns a new instance of the Builder for creating TicketPartialCashoutDetails.
      Returns:
      a new instance of the Builder
    • getCode Link icon

      public int getCode()
      Returns the code of the partial cashout.
      Returns:
      the code of the partial cashout
    • setCode Link icon

      public void setCode(int value)
      Sets the code of the partial cashout.
      Parameters:
      value - the code of the partial cashout
    • getPercentage Link icon

      public BigDecimal getPercentage()
      Returns the percentage of the partial cashout.
      Returns:
      the percentage of the partial cashout
    • setPercentage Link icon

      public void setPercentage(BigDecimal value)
      Sets the percentage of the partial cashout.
      Parameters:
      value - the percentage of the partial cashout
    • getPayout Link icon

      public Payout[] getPayout()
      Returns the payouts of the partial cashout.
      Returns:
      the payouts of the partial cashout
    • setPayout Link icon

      public void setPayout(Payout[] value)
      Sets the payouts of the partial cashout.
      Parameters:
      value - the payouts of the partial cashout
    • getTicketSignature Link icon

      public String getTicketSignature()
      Returns the ticket signature of the partial cashout.
      Returns:
      the ticket signature of the partial cashout
    • setTicketSignature Link icon

      public void setTicketSignature(String value)
      Sets the ticket signature of the partial cashout.
      Parameters:
      value - the ticket signature of the partial cashout
    • getTicketId Link icon

      public String getTicketId()
      Returns the ticket ID of the partial cashout.
      Returns:
      the ticket ID of the partial cashout
    • setTicketId Link icon

      public void setTicketId(String value)
      Sets the ticket ID of the partial cashout.
      Parameters:
      value - the ticket ID of the partial cashout