Class CashoutAckRequest

java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.CashoutAckRequest

public class CashoutAckRequest extends ContentRequest
Represents a request to acknowledge a cashout.
  • Constructor Details

    • CashoutAckRequest

      public CashoutAckRequest()
  • Method Details

    • newBuilder

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

      public boolean getAcknowledged()
      Gets the acknowledged status of the cashout.
      Returns:
      The acknowledged status of the cashout.
    • setAcknowledged

      public void setAcknowledged(boolean value)
      Sets the acknowledged status of the cashout.
      Parameters:
      value - The acknowledged status of the cashout.
    • getCashoutId

      public String getCashoutId()
      Gets the cashout ID.
      Returns:
      The cashout ID.
    • setCashoutId

      public void setCashoutId(String value)
      Sets the cashout ID.
      Parameters:
      value - The cashout ID.
    • getCashoutSignature

      public String getCashoutSignature()
      Gets the cashout signature.
      Returns:
      The cashout signature.
    • setCashoutSignature

      public void setCashoutSignature(String value)
      Sets the cashout signature.
      Parameters:
      value - The cashout 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.