Class ExtSettlementAckRequest

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

public class ExtSettlementAckRequest extends ContentRequest
Represents a request to acknowledge an external settlement.
  • Constructor Details

    • ExtSettlementAckRequest

      public ExtSettlementAckRequest()
  • Method Details

    • newBuilder

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

      public boolean getAcknowledged()
      Gets the value indicating whether the settlement has been acknowledged.
      Returns:
      True if the settlement has been acknowledged, otherwise false.
    • setAcknowledged

      public void setAcknowledged(boolean value)
      Sets the value indicating whether the settlement has been acknowledged.
      Parameters:
      value - True if the settlement has been acknowledged, otherwise false.
    • getSettlementSignature

      public String getSettlementSignature()
      Gets the settlement signature.
      Returns:
      The settlement signature.
    • setSettlementSignature

      public void setSettlementSignature(String value)
      Sets the settlement signature.
      Parameters:
      value - The settlement signature.
    • getSettlementId

      public String getSettlementId()
      Gets the settlement ID.
      Returns:
      The settlement ID.
    • setSettlementId

      public void setSettlementId(String value)
      Sets the settlement ID.
      Parameters:
      value - The settlement ID.
    • 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.