Class TicketCashoutDetails

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

public class TicketCashoutDetails extends CashoutDetails
Represents the details of a ticket cashout.
  • Constructor Details

    • TicketCashoutDetails

      public TicketCashoutDetails()
  • Method Details

    • newBuilder

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

      public int getCode()
      Gets the code associated with the ticket cashout.
      Returns:
      The code associated with the ticket cashout.
    • setCode

      public void setCode(int value)
      Sets the code associated with the ticket cashout.
      Parameters:
      value - The code associated with the ticket cashout.
    • getPayout

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

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

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

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

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

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