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

com.sportradar.unifiedodds.sdk.entities.markets.MarketAttribute Maven / Gradle / Ivy

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

package com.sportradar.unifiedodds.sdk.entities.markets;

/**
 * Contains a market attribute name and description
 */
public interface MarketAttribute {
    /**
     * Returns the attribute name
     *
     * @return - the attribute name
     */
    String getName();

    /**
     * Returns the attribute description
     *
     * @return - the attribute description
     */
    String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy