All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.unifiedodds.sdk.oddsentities.BetSettlement Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.unifiedodds.sdk.oddsentities;

import com.sportradar.unifiedodds.sdk.entities.SportEvent;

import java.util.List;

/**
 * Received when one or more markets for a particular competition have an outcome and results should
 * be cleared
 */
public interface BetSettlement extends MarketMessage {

    /**
     *
     * @return the certainty of the settlement
     */
    BetSettlementCertainty getCertainty();

    List getMarkets();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy